Skip to content

Commit

Permalink
[SQUASH ME] ng_ipv6_nc: add dependency to ng_ipv6_addr
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 11, 2015
1 parent 96254c0 commit 94f12c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ ifneq (,$(filter sixlowpan,$(USEMODULE)))
USEMODULE += vtimer
endif

ifneq (,$(filter ng_ipv6_nc,$(USEMODULE)))
USEMODULE += ng_ipv6_addr
endif

ifneq (,$(filter aodvv2,$(USEMODULE)))
USEMODULE += vtimer
USEMODULE += sixlowpan
Expand Down

0 comments on commit 94f12c0

Please sign in to comment.