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
|
|
|
|
|
|
|
obj-y = atomic.o exc_exit.o ffs.o irq_init.o \
|
2015-06-20 02:06:22 +08:00
|
|
|
fiber_abort.o swap.o basepri.o \
|
2015-03-10 07:05:07 +08:00
|
|
|
fault.o gdb_stub_irq_vector_table.o \
|
2015-06-20 02:06:22 +08:00
|
|
|
irq_manage.o context.o cpu_idle.o \
|
2015-03-10 07:05:07 +08:00
|
|
|
fault_s.o gdb_stub.o isr_wrapper.o \
|
2015-06-20 02:06:22 +08:00
|
|
|
fatal.o
|
2015-03-10 07:05:07 +08:00
|
|
|
|
2015-05-10 19:35:15 +08:00
|
|
|
obj-$(CONFIG_MICROKERNEL) += task_abort.o
|