mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 03:41:56 +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>
8 lines
92 B
Makefile
8 lines
92 B
Makefile
|
|
obj-y += cpp_virtual.o \
|
|
cpp_vtable.o \
|
|
cpp_init_array.o \
|
|
cpp_ctors.o \
|
|
cpp_dtors.o
|
|
|