Skip to content

Commit

Permalink
Merge pull request #293 from authmillenon/fix_sixlowpan_dependencies
Browse files Browse the repository at this point in the history
Fix sixlowpan dependencies
  • Loading branch information
miri64 committed Nov 2, 2013
2 parents 80f5e28 + 9bfcc8d commit 0da5583
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.dep
Expand Up @@ -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

0 comments on commit 0da5583

Please sign in to comment.