1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #293 from authmillenon/fix_sixlowpan_dependencies

Fix sixlowpan dependencies
This commit is contained in:
Martin Lenders 2013-11-02 13:37:19 -07:00
commit 0da5583805

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