makefile: indentation cleanup
This commit is contained in:
parent
20ceff91cd
commit
035d266d49
@ -1,17 +1,17 @@
|
|||||||
ifneq (,$(filter auto_init_gnrc_netif,$(USEMODULE)))
|
ifneq (,$(filter auto_init_gnrc_netif,$(USEMODULE)))
|
||||||
DIRS += netif
|
DIRS += netif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter auto_init_saul,$(USEMODULE)))
|
ifneq (,$(filter auto_init_saul,$(USEMODULE)))
|
||||||
DIRS += saul
|
DIRS += saul
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter auto_init_storage,$(USEMODULE)))
|
ifneq (,$(filter auto_init_storage,$(USEMODULE)))
|
||||||
DIRS += storage
|
DIRS += storage
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter auto_init_can,$(USEMODULE)))
|
ifneq (,$(filter auto_init_can,$(USEMODULE)))
|
||||||
DIRS += can
|
DIRS += can
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.base
|
include $(RIOTBASE)/Makefile.base
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user