arc: move files from bsp directory

Change-Id: If087cfa77bee31a97a1b959de7506ea33f8a2417
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-06-20 09:39:52 -04:00
commit fc43a2bb57
7 changed files with 8 additions and 10 deletions

View file

@ -1,3 +1,9 @@
obj-y = core/
obj-y += bsp/
ccflags-y +=-I$(srctree)/arch/arc/$(strip $(CONFIG_BSP_DIR))
asflags-y +=-I$(srctree)/arch/arc/$(strip $(CONFIG_BSP_DIR))
obj-y = core/
obj-y += fatal_error.o \
prep_c.o \
reset.o \
vector_table.o

View file

@ -1,8 +0,0 @@
ccflags-y +=-I$(srctree)/arch/arc/$(strip $(CONFIG_BSP_DIR))
asflags-y +=-I$(srctree)/arch/arc/$(strip $(CONFIG_BSP_DIR))
obj-y += fatal_error.o \
prep_c.o \
reset.o \
vector_table.o