1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:29:45 +01:00
RIOT/drivers/Makefile
Benjamin Valentin 521b1ce440 sys/auto_init: allow delayed initialisation of SAUL
Co-authored-by: Martine S. Lenders <m.lenders@fu-berlin.de>
2020-03-04 16:13:40 +01:00

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