1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: removed shell_commands dependency

This commit is contained in:
Hauke Petersen 2014-07-08 16:48:22 +02:00
parent 0a6a83d6f3
commit 231e8eb3e9

View File

@ -73,10 +73,6 @@ ifneq (,$(filter net_if,$(USEMODULE)))
USEMODULE += transceiver
endif
ifneq (,$(filter shell_commands,$(USEMODULE)))
USEMODULE += net_help
endif
ifneq (,$(filter ccn_lite,$(USEMODULE)))
USEMODULE += crypto
endif