2015-06-04 10:17:57 +08:00
|
|
|
ccflags-y += -I$(srctree)/kernel/nanokernel/include
|
|
|
|
ccflags-y += -I$(srctree)/kernel/microkernel/include
|
2015-03-10 07:05:07 +08:00
|
|
|
|
2015-06-04 10:17:57 +08:00
|
|
|
asflags-y := ${ccflags-y}
|
2015-03-10 07:05:07 +08:00
|
|
|
|
2015-08-15 04:56:51 +08:00
|
|
|
obj-y = atomic.o exc_exit.o irq_init.o \
|
2015-08-13 06:31:41 +08:00
|
|
|
fiber_abort.o swap.o \
|
2015-03-10 07:05:07 +08:00
|
|
|
fault.o gdb_stub_irq_vector_table.o \
|
2015-08-21 04:51:36 +08:00
|
|
|
irq_manage.o thread.o cpu_idle.o \
|
2015-03-10 07:05:07 +08:00
|
|
|
fault_s.o gdb_stub.o isr_wrapper.o \
|
2015-07-06 22:44:42 +08:00
|
|
|
fatal.o sys_fatal_error_handler.o
|
2015-03-10 07:05:07 +08:00
|
|
|
|
2015-05-10 19:35:15 +08:00
|
|
|
obj-$(CONFIG_MICROKERNEL) += task_abort.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/
|