Skip to content
Snippets Groups Projects
Commit 231e8eb3 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

make: removed shell_commands dependency

parent 0a6a83d6
No related branches found
No related tags found
No related merge requests found
...@@ -73,10 +73,6 @@ ifneq (,$(filter net_if,$(USEMODULE))) ...@@ -73,10 +73,6 @@ ifneq (,$(filter net_if,$(USEMODULE)))
USEMODULE += transceiver USEMODULE += transceiver
endif endif
ifneq (,$(filter shell_commands,$(USEMODULE)))
USEMODULE += net_help
endif
ifneq (,$(filter ccn_lite,$(USEMODULE))) ifneq (,$(filter ccn_lite,$(USEMODULE)))
USEMODULE += crypto USEMODULE += crypto
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment