From 9bfcc8df999e381112a228a7a6de4388f3b71acc Mon Sep 17 00:00:00 2001 From: authmillenon Date: Sat, 2 Nov 2013 18:39:23 +0100 Subject: [PATCH] Fix sixlowpan dependencies --- Makefile.dep | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.dep b/Makefile.dep index 286062dd2..b3b66a8b1 100644 --- a/Makefile.dep +++ b/Makefile.dep @@ -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