1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #7636 from cladmi/pr/remove_auto_init_modules

cleanup: remove leftover AUTO_INIT_MODULES
This commit is contained in:
Alexandre Abadie 2017-09-21 14:25:31 +02:00 committed by GitHub
commit 20ceff91cd

View File

@ -1,5 +1,3 @@
DIRS += $(AUTO_INIT_MODULES)
ifneq (,$(filter auto_init_gnrc_netif,$(USEMODULE)))
DIRS += netif
endif