aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sc7180/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/sc7180/Makefile.inc')
-rw-r--r--src/soc/qualcomm/sc7180/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sc7180/Makefile.inc b/src/soc/qualcomm/sc7180/Makefile.inc
index 6b492d5784..e1d0492085 100644
--- a/src/soc/qualcomm/sc7180/Makefile.inc
+++ b/src/soc/qualcomm/sc7180/Makefile.inc
@@ -9,6 +9,7 @@ bootblock-y += spi.c
bootblock-y += gpio.c
bootblock-$(CONFIG_DRIVERS_UART) += uart_bitbang.c
bootblock-y += clock.c
+bootblock-$(CONFIG_SC7180_QSPI) += qspi.c
################################################################################
verstage-y += timer.c
@@ -16,6 +17,7 @@ verstage-y += spi.c
verstage-y += gpio.c
verstage-$(CONFIG_DRIVERS_UART) += uart_bitbang.c
verstage-y += clock.c
+verstage-$(CONFIG_SC7180_QSPI) += qspi.c
################################################################################
romstage-y += cbmem.c
@@ -28,6 +30,7 @@ romstage-y += spi.c
romstage-y += gpio.c
romstage-$(CONFIG_DRIVERS_UART) += uart_bitbang.c
romstage-y += clock.c
+romstage-$(CONFIG_SC7180_QSPI) += qspi.c
################################################################################
ramstage-y += soc.c
@@ -36,6 +39,7 @@ ramstage-y += spi.c
ramstage-y += gpio.c
ramstage-$(CONFIG_DRIVERS_UART) += uart_bitbang.c
ramstage-y += clock.c
+ramstage-$(CONFIG_SC7180_QSPI) += qspi.c
################################################################################