diff --git a/examples/suit_update/Makefile b/examples/suit_update/Makefile index 8d61ced457f5..b00db43999ae 100644 --- a/examples/suit_update/Makefile +++ b/examples/suit_update/Makefile @@ -26,6 +26,7 @@ USEMODULE += gnrc_icmpv6_echo # include this for printing IP addresses USEMODULE += shell USEMODULE += shell_cmds_default +USEMODULE += shell_cmd_suit # Set this to 1 to enable code in RIOT that does safety checking # which is not needed in a production environment but helps in the diff --git a/sys/shell/Makefile.dep b/sys/shell/Makefile.dep index 6cc8eaaff9ec..eb2360479c1b 100644 --- a/sys/shell/Makefile.dep +++ b/sys/shell/Makefile.dep @@ -129,9 +129,6 @@ ifneq (,$(filter shell_cmds_default,$(USEMODULE))) ifneq (,$(filter sht1x,$(USEMODULE))) USEMODULE += shell_cmd_sht1x endif - ifneq (,$(filter suit_transport_worker,$(USEMODULE))) - USEMODULE += shell_cmd_suit - endif ifneq (,$(filter vfs,$(USEMODULE))) USEMODULE += shell_cmd_vfs endif