diff --git a/sys/shell/Makefile.dep b/sys/shell/Makefile.dep index eb2360479c..ea24f60379 100644 --- a/sys/shell/Makefile.dep +++ b/sys/shell/Makefile.dep @@ -3,6 +3,10 @@ ifneq (,$(filter shell_cmd_%,$(USEMODULE))) USEMODULE += shell_cmds endif +ifneq (,$(filter shell_cmds,$(USEMODULE))) + USEMODULE += shell +endif + ifneq (,$(filter shell_commands,$(USEMODULE))) # shell_commands has been renamed to shell_cmds_default, but let's keep this # for backward compatibility