1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00

sys: shell: remove uart0 dependency

This commit is contained in:
Kaspar Schleiser 2015-09-03 23:14:00 +02:00
parent ef000d46af
commit eeecda87ca

View File

@ -203,13 +203,8 @@ endif
ifneq (,$(filter newlib,$(USEMODULE)))
USEMODULE += uart_stdio
else
ifneq (,$(filter shell,$(USEMODULE)))
USEMODULE += uart0
endif
endif
ifneq (,$(filter uart0,$(USEMODULE)))
USEMODULE += posix
endif