Xtensa port: Added Kbuild file for Xtensa arch.
Change-Id: I174c5736c891f94309361079cfd8b47dbb43032a Signed-off-by: Mazen NEIFER <mazen@nestwave.com>
This commit is contained in:
parent
49b3c0028d
commit
9baece323e
1 changed files with 12 additions and 0 deletions
12
arch/xtensa/Kbuild
Normal file
12
arch/xtensa/Kbuild
Normal file
|
@ -0,0 +1,12 @@
|
|||
subdir-ccflags-y +=-I$(srctree)/include/drivers
|
||||
subdir-ccflags-y +=-I$(srctree)/drivers
|
||||
subdir-asflags-y := ${subdir-ccflags-y}
|
||||
|
||||
ifneq ($(SOC_FAMILY),)
|
||||
obj-y += soc/$(SOC_FAMILY)/
|
||||
else
|
||||
obj-y += soc/$(SOC_PATH)/
|
||||
endif
|
||||
|
||||
obj-y += core/
|
||||
obj-y += core/startup/
|
Loading…
Add table
Add a link
Reference in a new issue