One of many steps in the transform BSPs to platforms work item. At the end of this work item, there should not be any code in the 'arch/arc' directory. Change-Id: If72a6a858eb4b0f1521191fca441bed4acc6d8ce Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
9 lines
328 B
Makefile
9 lines
328 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 \
|
|
sys_fatal_error_handler.o
|