mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
Add module dependancies for destiny
This commit is contained in:
parent
6b999dc7bf
commit
c02a097232
@ -42,6 +42,15 @@ ifneq (,$(findstring at86rf231,$(USEMODULE)))
|
||||
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)))
|
||||
ifeq (,$(findstring ieee802154,$(USEMODULE)))
|
||||
USEMODULE += ieee802154
|
||||
|
Loading…
Reference in New Issue
Block a user