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:
parent
cbca7ca149
commit
9d58ff8ca2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user