Kbuild: remove obsolete directory from CFLAGS
$(srctree)/kernel/common/bsp does not exist anymore, remove it from CFLAGS Change-Id: I948ed9aa97469498a803916060935deb7a1a0271 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
eeccfcd250
commit
805a0edaff
6 changed files with 0 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
|||
EXTRA_CFLAGS +=-I$(srctree)/kernel/common/bsp
|
||||
EXTRA_CFLAGS +=-I$(srctree)/include/drivers
|
||||
|
||||
ifeq (${CONFIG_BSP_FSL_FRDM_K64F},y)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
EXTRA_CFLAGS +=-I$(srctree)/include/bsp
|
||||
EXTRA_CFLAGS +=-I$(srctree)/kernel/common/bsp
|
||||
EXTRA_CFLAGS +=-I$(srctree)/include/drivers
|
||||
|
||||
ifeq (${CONFIG_BSP_FSL_FRDM_K64F},y)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
EXTRA_CFLAGS +=-I$(srctree)/include/bsp
|
||||
EXTRA_CFLAGS +=-I$(srctree)/kernel/common/bsp
|
||||
EXTRA_CFLAGS +=-I$(srctree)/include/drivers
|
||||
EXTRA_CFLAGS +=-I$(srctree)/arch/arm/fsl_frdm_k64f
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
EXTRA_CFLAGS +=-I$(srctree)/include/bsp
|
||||
EXTRA_CFLAGS +=-I$(srctree)/kernel/common/bsp
|
||||
EXTRA_CFLAGS +=-I$(srctree)/include/drivers
|
||||
EXTRA_CFLAGS +=-I$(srctree)/arch/arm/ti_lm3s6965
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
EXTRA_CFLAGS +=-I$(srctree)/include/bsp
|
||||
EXTRA_CFLAGS +=-I$(srctree)/kernel/common/bsp
|
||||
EXTRA_CFLAGS +=-I$(srctree)/include/drivers
|
||||
EXTRA_CFLAGS +=-I$(srctree)/arch/arm/fsl_frdm_k64f
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
EXTRA_CFLAGS += -I$(srctree)/include/bsp
|
||||
EXTRA_CFLAGS += -I$(srctree)/kernel/common/bsp
|
||||
EXTRA_CFLAGS += -I$(srctree)/include/drivers
|
||||
|
||||
EXTRA_AFLAGS := ${EXTRA_CFLAGS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue