Skip to content

Commit

Permalink
pkg: libcoap: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 16, 2015
1 parent 22ec873 commit 5113e25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile.dep
@@ -1,3 +1,11 @@
ifneq (,$(filter libcoap,$(USEPKG)))
USEMODULE += pnet
endif

ifneq (,$(filter pnet,$(USEMODULE)))
USEMODULE += vtimer
endif

ifneq (,$(filter gnrc_%,$(filter-out gnrc_netapi gnrc_netreg gnrc_netif% gnrc_pktbuf,$(USEMODULE))))
USEMODULE += gnrc
endif
Expand Down

0 comments on commit 5113e25

Please sign in to comment.