mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 01:25:20 +00:00
By adding external hook to sys_log we will allow applications the flexibility of using various output mechanism such SPI, flash, FS etc. Jira: ZEP-1172 Change-Id: Ie32a5e52c3946ada0349b75a35cc107bb29385a1 Signed-off-by: Yossi Havusha <yossi.havusha@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
310 B
Makefile
10 lines
310 B
Makefile
obj-y =
|
|
obj-$(CONFIG_CPLUSPLUS) += cpp_virtual.o cpp_vtable.o \
|
|
cpp_init_array.o cpp_ctors.o cpp_dtors.o
|
|
obj-$(CONFIG_PRINTK) += printk.o
|
|
obj-$(CONFIG_REBOOT) += reboot.o
|
|
obj-$(CONFIG_RING_BUFFER) += ring_buffer.o
|
|
obj-y += sys_log.o
|
|
obj-y += generated/
|
|
obj-y += debug/
|