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

sys: cleanup shell dependency resolution

This commit is contained in:
Alexandre Abadie 2023-04-21 09:33:53 +02:00
parent cbca7ca149
commit 9d58ff8ca2
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -349,10 +349,6 @@ ifneq (,$(filter shell_cmds,$(USEMODULE)))
USEMODULE += shell
endif
ifneq (,$(filter shell,$(USEMODULE)))
include $(RIOTBASE)/sys/shell/Makefile.dep
endif
# Include all stdio_% dependencies after all USEMODULE += stdio_%
include $(RIOTBASE)/makefiles/stdio.inc.mk