Change-Id: I9ad5d51329d381c091aa47b482a8e38e7c194118 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
8 lines
223 B
Makefile
8 lines
223 B
Makefile
ccflags-y +=-I$(srctree)/arch/arc/platforms/$(strip $(CONFIG_PLATFORM))
|
|
asflags-y +=-I$(srctree)/arch/arc/platforms/$(strip $(CONFIG_PLATFORM))
|
|
|
|
obj-y = core/
|
|
|
|
obj-y += prep_c.o \
|
|
reset.o \
|
|
vector_table.o
|