1 2 3 4 5 6 7 8 9 10 11
DIRS += $(AUTO_INIT_MODULES) ifneq (,$(filter auto_init_gnrc_netif,$(USEMODULE))) DIRS += netif endif ifneq (,$(filter auto_init_saul,$(USEMODULE))) DIRS += saul endif include $(RIOTBASE)/Makefile.base