mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
board/native: include can_linux based on periph_can
This commit is contained in:
parent
4c2bc23a7a
commit
178c1264e3
@ -6,7 +6,7 @@ ifneq (,$(filter mtd,$(USEMODULE)))
|
||||
USEMODULE += mtd_native
|
||||
endif
|
||||
|
||||
ifneq (,$(filter can,$(USEMODULE)))
|
||||
ifneq (,$(filter periph_can,$(FEATURES_USED)))
|
||||
ifeq ($(OS),Linux)
|
||||
USEMODULE += can_linux
|
||||
CFLAGS += -DCAN_DLL_NUMOF=2
|
||||
|
Loading…
Reference in New Issue
Block a user