1
0
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:
Francisco Molina 2020-10-08 09:09:04 +02:00
parent 4c2bc23a7a
commit 178c1264e3
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -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