2015-06-14 12:15:05 -04:00
|
|
|
obj-y =
|
2016-01-13 13:02:56 -05:00
|
|
|
obj-$(CONFIG_CPLUSPLUS) += cpp_virtual.o cpp_vtable.o \
|
|
|
|
cpp_init_array.o cpp_ctors.o cpp_dtors.o
|
2015-03-09 16:54:17 -06:00
|
|
|
obj-$(CONFIG_PRINTK) += printk.o
|
2015-09-28 15:53:04 -04:00
|
|
|
obj-$(CONFIG_REBOOT) += reboot.o
|
2015-03-09 16:54:17 -06:00
|
|
|
obj-y += generated/
|
2015-09-18 15:13:17 -04:00
|
|
|
obj-y += debug/
|