make: replace spaces with tabs in Makefile.dep

This commit is contained in:
Ludwig Ortmann 2014-07-14 18:02:14 +02:00
parent a49f16b1ea
commit 44d6afd5ad

View File

@ -9,29 +9,29 @@ ifneq (,$(filter pnet,$(USEMODULE)))
endif endif
ifneq (,$(filter destiny,$(USEMODULE))) ifneq (,$(filter destiny,$(USEMODULE)))
USEMODULE += sixlowpan USEMODULE += sixlowpan
USEMODULE += net_help USEMODULE += net_help
USEMODULE += vtimer USEMODULE += vtimer
endif endif
ifneq (,$(filter sixlowborder,$(USEMODULE))) ifneq (,$(filter sixlowborder,$(USEMODULE)))
USEMODULE += sixlowpan USEMODULE += sixlowpan
endif endif
ifneq (,$(filter rpl,$(USEMODULE))) ifneq (,$(filter rpl,$(USEMODULE)))
USEMODULE += routing USEMODULE += routing
endif endif
ifneq (,$(filter routing,$(USEMODULE))) ifneq (,$(filter routing,$(USEMODULE)))
USEMODULE += sixlowpan USEMODULE += sixlowpan
endif endif
ifneq (,$(filter sixlowpan,$(USEMODULE))) ifneq (,$(filter sixlowpan,$(USEMODULE)))
USEMODULE += ieee802154 USEMODULE += ieee802154
USEMODULE += net_help USEMODULE += net_help
USEMODULE += net_if USEMODULE += net_if
USEMODULE += posix USEMODULE += posix
USEMODULE += vtimer USEMODULE += vtimer
endif endif
ifneq (,$(filter posix,$(USEMODULE))) ifneq (,$(filter posix,$(USEMODULE)))
@ -71,7 +71,7 @@ endif
ifneq (,$(filter net_if,$(USEMODULE))) ifneq (,$(filter net_if,$(USEMODULE)))
USEMODULE += transceiver USEMODULE += transceiver
USEMODULE += net_help USEMODULE += net_help
endif endif
ifneq (,$(filter ccn_lite,$(USEMODULE))) ifneq (,$(filter ccn_lite,$(USEMODULE)))