makefile: indentation cleanup
This commit is contained in:
parent
20ceff91cd
commit
035d266d49
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user