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