Skip to content

Commit

Permalink
emb6: remove double inclusion in Makefile.dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Aug 30, 2016
1 parent fa475a6 commit 497867c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -426,25 +426,6 @@ ifneq (,$(filter lwip_contrib,$(USEMODULE)))
USEMODULE += sema
endif

ifneq (,$(filter emb6_%,$(USEMODULE)))
USEMODULE += emb6
endif

ifneq (,$(filter emb6,$(USEMODULE)))
USEPKG += emb6
USEMODULE += emb6_bsp
USEMODULE += emb6_common
USEMODULE += emb6_contrib
USEMODULE += emb6_ipv6
USEMODULE += emb6_ipv6_multicast
USEMODULE += emb6_llsec
USEMODULE += emb6_mac
USEMODULE += emb6_netdev2
USEMODULE += emb6_rpl
USEMODULE += emb6_sicslowpan
USEMODULE += emb6_utils
endif

ifneq (,$(filter sema,$(USEMODULE)))
USEMODULE += xtimer
endif
Expand Down

0 comments on commit 497867c

Please sign in to comment.