1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Fix sixlowpan dependencies

This commit is contained in:
authmillenon 2013-11-02 18:39:23 +01:00
parent 80f5e28163
commit 9bfcc8df99

View File

@ -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