mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
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
|