makefile: indentation cleanup

This commit is contained in:
Alexandre Abadie 2017-09-21 15:20:30 +02:00
parent 20ceff91cd
commit 035d266d49
9 changed files with 99 additions and 99 deletions

View File

@ -1,17 +1,17 @@
ifneq (,$(filter auto_init_gnrc_netif,$(USEMODULE)))
DIRS += netif
DIRS += netif
endif
ifneq (,$(filter auto_init_saul,$(USEMODULE)))
DIRS += saul
DIRS += saul
endif
ifneq (,$(filter auto_init_storage,$(USEMODULE)))
DIRS += storage
DIRS += storage
endif
ifneq (,$(filter auto_init_can,$(USEMODULE)))
DIRS += can
DIRS += can
endif
include $(RIOTBASE)/Makefile.base