kbuild: remove references to non-existent bsp directories
The following directories do not exist: $(srctree)/include/bsp $(srctree)/target/src/bsp Change-Id: I27990cc404502d96e323df8b95e1ac105e6d5265 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
1e6e8fb8ee
commit
5d01d49058
6 changed files with 0 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
|||
ccflags-y +=-I$(srctree)/include/bsp
|
||||
ccflags-y +=-I$(srctree)/include/drivers
|
||||
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
ccflags-y += -I$(srctree)/kernel/nanokernel/include
|
||||
ccflags-y += -I$(srctree)/kernel/microkernel/include
|
||||
ccflags-y += -I$(srctree)/target/src/bsp/arm
|
||||
|
||||
asflags-y := ${ccflags-y}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
ccflags-y +=-I$(srctree)/include/bsp
|
||||
ccflags-y +=-I$(srctree)/include/drivers
|
||||
ccflags-y +=-I$(srctree)/drivers
|
||||
ccflags-y +=-I$(srctree)/arch/arm/fsl_frdm_k64f
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
ccflags-y +=-I$(srctree)/include/bsp
|
||||
ccflags-y +=-I$(srctree)/include/drivers
|
||||
ccflags-y +=-I$(srctree)/drivers
|
||||
ccflags-y +=-I$(srctree)/arch/arm/ti_lm3s6965
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
ccflags-y +=-I$(srctree)/include/bsp
|
||||
ccflags-y +=-I$(srctree)/include/drivers
|
||||
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
ccflags-y += -I$(srctree)/include/bsp
|
||||
ccflags-y += -I$(srctree)/include/drivers
|
||||
|
||||
asflags-y := ${ccflags-y}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue