dc47198684
Fixes following autobuild failure, via defining N_SLCAN, if not already declared: http://autobuild.buildroot.net/results/799/799561c928d711ada4070ae5e09f4097dd4091e3/ Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
370 B
Makefile
12 lines
370 B
Makefile
################################################################################
|
|
#
|
|
# can-utils
|
|
#
|
|
################################################################################
|
|
|
|
CAN_UTILS_VERSION = 0eb1e3db2e20b0d895468363dbe6030cd8afa61c
|
|
CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
|
|
CAN_UTILS_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|