Add module dependancies for destiny

This commit is contained in:
Martin Lenders 2013-09-30 14:06:46 +02:00
parent 6b999dc7bf
commit c02a097232

View File

@ -42,6 +42,15 @@ ifneq (,$(findstring at86rf231,$(USEMODULE)))
endif endif
endif endif
ifneq (,$(findstring destiny,$(USEMODULE)))
ifeq (,$(findstring sixlowpan,$(USEMODULE)))
USEMODULE += sixlowpan
endif
ifeq (,$(findstring net_help,$(USEMODULE)))
USEMODULE += net_help
endif
endif
ifneq (,$(findstring sixlowpan,$(USEMODULE))) ifneq (,$(findstring sixlowpan,$(USEMODULE)))
ifeq (,$(findstring ieee802154,$(USEMODULE))) ifeq (,$(findstring ieee802154,$(USEMODULE)))
USEMODULE += ieee802154 USEMODULE += ieee802154