new SoC naming convention
Use SOC_FAMILY and SOC_SERIES to identify soc families and series and to point to the correct linker files and files related to a specific SoC. Change-Id: I8b1a7339f37d6ea4161d03073d36557a40c0b4a6 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a02c34ef0b
commit
d2f1c76686
8 changed files with 18 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
ccflags-y +=-I$(srctree)/include/drivers
|
||||
ccflags-y +=-I$(srctree)/arch/$(ARCH)/platforms/$(SOC_NAME)
|
||||
ccflags-y +=-I$(srctree)/arch/arm/soc/$(SOC_PATH)
|
||||
|
||||
asflags-y = $(ccflags-y)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue