You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
DIRS += $(AUTO_INIT_MODULES) |
|
|
|
ifneq (,$(filter auto_init_gnrc_netif,$(USEMODULE))) |
|
DIRS += netif |
|
endif |
|
|
|
ifneq (,$(filter auto_init_saul,$(USEMODULE))) |
|
DIRS += saul |
|
endif |
|
|
|
ifneq (,$(filter auto_init_storage,$(USEMODULE))) |
|
DIRS += storage |
|
endif |
|
|
|
include $(RIOTBASE)/Makefile.base
|
|
|