Skip to content

Commit

Permalink
remove some net_help dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Aug 5, 2015
1 parent e04b2ba commit 7a82a7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,6 @@ ifneq (,$(filter posix,$(USEMODULE)))
USEMODULE += vtimer
endif

ifneq (,$(filter cbor,$(USEMODULE)))
USEMODULE += net_help
endif

ifneq (,$(filter vtimer,$(USEMODULE)))
USEMODULE += timex
endif
Expand All @@ -217,7 +213,6 @@ ifneq (,$(filter fib,$(USEMODULE)))
USEMODULE += universal_address
USEMODULE += timex
USEMODULE += vtimer
USEMODULE += net_help
endif

ifneq (,$(filter oonf_common,$(USEMODULE)))
Expand Down

0 comments on commit 7a82a7b

Please sign in to comment.