From e2cb3d13ea62f16eda1625a9413726bbe87b7298 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Tue, 21 Feb 2023 17:34:00 +0100 Subject: [PATCH] sys/shell: don't include suit command by default --- sys/shell/Makefile.dep | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/shell/Makefile.dep b/sys/shell/Makefile.dep index 6cc8eaaff9..eb2360479c 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