Change-Id: I99e96853e5ddc9eb0dd9ca9711921d5b57448db7 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
299 B
Makefile
7 lines
299 B
Makefile
ccflags-y += -I$(srctree)/kernel/nanokernel/include
|
|
ccflags-y += -I$(srctree)/kernel/microkernel/include
|
|
|
|
obj-y += atomic.o context.o context_wrapper.o \
|
|
cpu_idle.o fast_irq.o fatal.o fault.o \
|
|
fault_s.o ffs.o irq_lock.o irq_manage.o \
|
|
isr_wrapper.o regular_irq.o swap_macros.h swap.o
|