arc: move files from bsp directory
Change-Id: If087cfa77bee31a97a1b959de7506ea33f8a2417 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1371d5e25e
commit
fc43a2bb57
7 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue