mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ab5f8548f2
This module provide support for raw can and isotp socket-like user interface.
11 lines
167 B
Makefile
11 lines
167 B
Makefile
|
|
ifneq (,$(filter can_isotp,$(USEMODULE)))
|
|
DIRS += isotp
|
|
endif
|
|
|
|
ifneq (,$(filter conn_can,$(USEMODULE)))
|
|
DIRS += conn
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|