2015-06-04 10:17:57 +08:00
|
|
|
ccflags-y +=-I$(srctree)/kernel/nanokernel/include
|
|
|
|
ccflags-y +=-I$(srctree)/kernel/microkernel/include
|
2015-05-10 00:05:47 +08:00
|
|
|
|
|
|
|
|
2015-06-04 10:17:57 +08:00
|
|
|
asflags-y := ${ccflags-y}
|
2015-05-10 00:05:47 +08:00
|
|
|
|
2015-05-15 09:56:26 +08:00
|
|
|
obj-y = nano_fiber.o nano_lifo.o \
|
2015-06-15 06:12:14 +08:00
|
|
|
nano_fifo.o nano_stack.o nano_sys_clock.o \
|
2015-05-15 09:56:26 +08:00
|
|
|
nano_context.o nano_init.o nano_sema.o \
|
2015-06-02 02:11:39 +08:00
|
|
|
version.o ctors.o device.o
|
2015-05-10 00:05:47 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_STACK_CANARIES) += compiler_stack_protect.o
|
|
|
|
obj-$(CONFIG_INT_LATENCY_BENCHMARK) += int_latency_bench.o
|
|
|
|
obj-$(CONFIG_ADVANCED_POWER_MANAGEMENT) += idle.o
|
2015-06-15 04:06:28 +08:00
|
|
|
obj-$(CONFIG_NANO_TIMERS) += nano_timer.o
|