Fix sixlowpan dependencies

dev/timer
authmillenon 10 years ago
parent 80f5e28163
commit 9bfcc8df99

@ -58,4 +58,10 @@ ifneq (,$(findstring sixlowpan,$(USEMODULE)))
ifeq (,$(findstring net_help,$(USEMODULE)))
USEMODULE += net_help
endif
ifeq (,$(findstring semaphore, $(USEMODULE)))
USEMODULE += semaphore
endif
ifeq (,$(findstring transceiver, $(USEMODULE)))
USEMODULE += transceiver
endif
endif

Loading…
Cancel
Save