mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 13:31:57 +00:00
Move a way from misc/ and put in its own subsystem to allow enhancements in the future and make it a core part of Zephyr, not just something misc. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
9 lines
133 B
Makefile
9 lines
133 B
Makefile
|
|
obj-$(CONFIG_PRINTK) += printk.o
|
|
|
|
obj-$(CONFIG_REBOOT) += reboot.o
|
|
|
|
obj-$(CONFIG_RING_BUFFER) += ring_buffer.o
|
|
|
|
obj-y += generated/
|