mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/shell: don't include suit command by default
This commit is contained in:
parent
27752e5b57
commit
e2cb3d13ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user