mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-09 12:25:21 +00:00
Change-Id: I9eaa40bed937ce2201a7b7f2b1c94c8c35b550d0 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
5 lines
205 B
Makefile
5 lines
205 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
|