Skip to content

Commit

Permalink
[SQUASH ME] slip: add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 24, 2015
1 parent 3594166 commit a78734a
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 @@ -68,6 +68,10 @@ ifneq (,$(filter ng_pktdump,$(USEMODULE)))
USEMODULE += ng_pktbuf
endif

ifneq (,$(filter ng_slip,$(USEMODULE)))
USEMODULE += ng_pktbuf
endif

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

0 comments on commit a78734a

Please sign in to comment.