diff --git a/Makefile.dep b/Makefile.dep index 53261b4a0576589aaf3e7ee5663626bbcdbaaf55..286062dd2e596aba4a267ce2eabd9d01ad71b445 100644 --- a/Makefile.dep +++ b/Makefile.dep @@ -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