2016-09-02 16:20:19 -04:00
|
|
|
ccflags-y += -I$(srctree)/kernel/unified/include
|
2015-06-03 22:17:57 -04:00
|
|
|
asflags-y := ${ccflags-y}
|
2015-03-09 17:05:07 -06:00
|
|
|
|
2016-07-15 13:15:00 -07:00
|
|
|
obj-y = exc_exit.o irq_init.o \
|
2016-09-02 16:20:19 -04:00
|
|
|
swap.o \
|
2016-06-14 11:28:11 -04:00
|
|
|
fault.o \
|
2015-08-20 16:51:36 -04:00
|
|
|
irq_manage.o thread.o cpu_idle.o \
|
2016-06-14 11:28:11 -04:00
|
|
|
fault_s.o isr_wrapper.o \
|
2016-11-03 13:00:41 -07:00
|
|
|
fatal.o sys_fatal_error_handler.o thread_abort.o
|
2016-09-02 16:20:19 -04:00
|
|
|
|
2016-06-14 11:28:11 -04:00
|
|
|
obj-$(CONFIG_GDB_INFO) += gdb_stub_irq_vector_table.o gdb_stub.o
|
2016-01-13 13:02:56 -05:00
|
|
|
obj-$(CONFIG_CPLUSPLUS) += __aeabi_atexit.o
|
2015-11-17 14:08:45 -08:00
|
|
|
obj-$(CONFIG_IRQ_OFFLOAD) += irq_offload.o
|
2015-07-24 14:07:03 -04:00
|
|
|
obj-$(CONFIG_CPU_CORTEX_M) += cortex_m/
|