Add module dependancies for destiny
This commit is contained in:
parent
6b999dc7bf
commit
c02a097232
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user