7 lines
372 B
Makefile
7 lines
372 B
Makefile
obj-$(CONFIG_CONSOLE_HANDLER_SHELL) += console_handler_shell.o
|
|
obj-$(CONFIG_UART_CONSOLE) += uart_console.o uart_console_static_irq_stubs.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 uart_console_static_irq_stubs.o
|