diff --git a/drivers/nxp/qspi/qspi.mk b/drivers/nxp/qspi/qspi.mk index b83dee2c5..450aeca60 100644 --- a/drivers/nxp/qspi/qspi.mk +++ b/drivers/nxp/qspi/qspi.mk @@ -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}