2015-06-16 04:43:35 +08:00
|
|
|
ccflags-y +=-I$(srctree)/arch/arc/$(strip $(CONFIG_PLATFORM))
|
|
|
|
asflags-y +=-I$(srctree)/arch/arc/$(strip $(CONFIG_PLATFORM))
|
2015-06-20 21:39:52 +08:00
|
|
|
|
2015-06-20 21:23:14 +08:00
|
|
|
obj-y = core/
|
|
|
|
|
2015-06-20 21:39:52 +08:00
|
|
|
obj-y += fatal_error.o \
|
|
|
|
prep_c.o \
|
|
|
|
reset.o \
|
|
|
|
vector_table.o
|