mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
13 lines
425 B
Makefile
13 lines
425 B
Makefile
################################################################################
|
|
#
|
|
# can-utils
|
|
#
|
|
################################################################################
|
|
|
|
CAN_UTILS_VERSION = 2025.01
|
|
CAN_UTILS_SITE = $(call github,linux-can,can-utils,v$(CAN_UTILS_VERSION))
|
|
CAN_UTILS_LICENSE = BSD-3-Clause or GPL-2.0
|
|
CAN_UTILS_LICENSE_FILES = LICENSES/BSD-3-Clause LICENSES/GPL-2.0-only.txt
|
|
|
|
$(eval $(cmake-package))
|