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-08-21 04:51:36 +08:00
|
|
|
obj-y = gdt.o thread.o fatal.o cpuhalt.o \
|
2015-10-20 01:03:23 +08:00
|
|
|
excstub.o swap.o msr.o \
|
2015-07-23 00:35:34 +08:00
|
|
|
excconnect.o inthndlset.o sys_fatal_error_handler.o \
|
|
|
|
crt0.o driver_static_irq_stubs.o
|
2015-03-10 07:05:07 +08:00
|
|
|
|
2015-09-12 16:55:05 +08:00
|
|
|
obj-y += atomic_nolock.o atomic.o
|
|
|
|
obj-y += cache_s.o cache.o
|
|
|
|
obj-y += intconnect.o intstub.o
|
2015-07-23 00:35:34 +08:00
|
|
|
|
2015-06-20 01:56:08 +08:00
|
|
|
obj-$(CONFIG_FP_SHARING) += float.o
|
2015-03-10 07:05:07 +08:00
|
|
|
obj-$(CONFIG_UNALIGNED_WRITE_UNSUPPORTED) += unaligned.o
|
2015-07-23 00:35:34 +08:00
|
|
|
obj-$(CONFIG_MICROKERNEL) += strtask.o
|
2015-03-10 07:05:07 +08:00
|
|
|
|