1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/candev/Makefile

18 lines
316 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
2020-09-03 09:29:26 +02:00
USEMODULE += shell
USEMODULE += can
USEMODULE += isrpipe
FEATURES_OPTIONAL += periph_can
# define the CAN driver you want to use here
CAN_DRIVER ?= CAN_EXT
ifeq ($(CAN_DRIVER), CAN_EXT)
# external CAN driver modules/variables go here
endif
include $(RIOTBASE)/Makefile.include