mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 06:05:22 +00:00
To many people, IPI connotes inter-processor interrupts on SMP systems. Rename this to IPM, or Inter-Processor Mailboxes. Change-Id: I032815e23c69a8297c0a43992132441c240fb71e Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
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_IPM_CONSOLE_RECEIVER) += ipm_console_receiver.o
|
|
obj-$(CONFIG_IPM_CONSOLE_SENDER) += ipm_console_sender.o
|
|
obj-$(CONFIG_UART_PIPE) += uart_pipe.o uart_console_static_irq_stubs.o
|