Original name was too generic and confusing. This patch renames driver to pipe UART and moves it to console drivers folder. Kconfig destription is also improved. Change-Id: I716fdbf7d636bbdc03b0fce27a59fd866f473246 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
6 lines
243 B
Makefile
6 lines
243 B
Makefile
obj-$(CONFIG_UART_CONSOLE) = uart_console.o
|
|
obj-$(CONFIG_RAM_CONSOLE) += ram_console.o
|
|
obj-$(CONFIG_IPI_CONSOLE_RECEIVER) += ipi_console_receiver.o
|
|
obj-$(CONFIG_IPI_CONSOLE_SENDER) += ipi_console_sender.o
|
|
obj-$(CONFIG_UART_PIPE) = uart_pipe.o
|