mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
fix(nxp-qspi): fix include path for QSPI driver
Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: If9322cf2646d3be3391445cb72d338c2d20117a6
This commit is contained in:
parent
1acfb98376
commit
ae95b1782b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ QSPI_ADDED := 1
|
|||
|
||||
QSPI_SOURCES := $(PLAT_DRIVERS_PATH)/qspi/qspi.c
|
||||
|
||||
PLAT_INCLUDES += -I$(PLAT_DRIVERS_PATH)/qspi
|
||||
PLAT_INCLUDES += -I$(PLAT_DRIVERS_INCLUDE_PATH)/qspi
|
||||
|
||||
ifeq (${BL_COMM_QSPI_NEEDED},yes)
|
||||
BL_COMMON_SOURCES += ${QSPI_SOURCES}
|
||||
|
|
Loading…
Add table
Reference in a new issue