mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 23:29:45 +01:00
521b1ce440
Co-authored-by: Martine S. Lenders <m.lenders@fu-berlin.de>
8 lines
178 B
Makefile
8 lines
178 B
Makefile
DIRS += $(dir $(wildcard $(addsuffix /Makefile, $(USEMODULE))))
|
|
|
|
ifneq (,$(filter saul_init_devs,$(USEMODULE)))
|
|
DIRS += saul/init_devs
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|