mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 13:52:45 +01:00
11 lines
163 B
Makefile
11 lines
163 B
Makefile
|
|
ifneq (,$(filter can_isotp,$(USEMODULE)))
|
|
DIRS += isotp
|
|
endif
|
|
|
|
ifneq (,$(filter conn_can,$(USEMODULE)))
|
|
DIRS += conn
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|