8e35cc8eb4
Adds C++ support to the build system. Change-Id: Ice1e57a13598e7a48b0bf3298fc318f4ce012ee6 Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com> Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
8 lines
248 B
Makefile
8 lines
248 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-y += generated/
|
|
obj-y += debug/
|