Creation of Makefiles for arch directory.
This commit creates all the Makefiles that describe the object- bundles for the arch directory and every sub-directory below. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: Icb4ebcfc430a132e514507149ad5ab6878eeed64
This commit is contained in:
parent
e55a79d6f9
commit
1c233a0377
18 changed files with 168 additions and 0 deletions
16
arch/arm/core/Makefile
Normal file
16
arch/arm/core/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
EXTRA_CFLAGS += -I$(srctree)/kernel/nanokernel/include
|
||||
EXTRA_CFLAGS += -I$(srctree)/kernel/microkernel/include
|
||||
EXTRA_CFLAGS += -I$(srctree)/target/src/bsp/arm
|
||||
|
||||
EXTRA_AFLAGS := ${EXTRA_CFLAGS}
|
||||
|
||||
obj-y = atomic.o exc_exit.o ffs.o irq_init.o \
|
||||
nano_fiber_abort.o swap.o basepri.o \
|
||||
fault.o gdb_stub_irq_vector_table.o \
|
||||
irq_manage.o nanocontext.o cpu_idle.o \
|
||||
fault_s.o gdb_stub.o isr_wrapper.o \
|
||||
nanofatal.o
|
||||
|
||||
obj-y += offsets/
|
||||
|
||||
obj-$(MICROKERNEL) += task_abort.o
|
1
arch/arm/core/offsets/Makefile
Normal file
1
arch/arm/core/offsets/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
obj-y = offsets.o
|
Loading…
Add table
Add a link
Reference in a new issue