aboutsummaryrefslogtreecommitdiff
path: root/src/soc/marvell/armada38x/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/marvell/armada38x/Makefile.inc')
-rw-r--r--src/soc/marvell/armada38x/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/marvell/armada38x/Makefile.inc b/src/soc/marvell/armada38x/Makefile.inc
index 18f5491d53..bc72d10dc9 100644
--- a/src/soc/marvell/armada38x/Makefile.inc
+++ b/src/soc/marvell/armada38x/Makefile.inc
@@ -3,6 +3,7 @@ ifeq ($(CONFIG_SOC_MARVELL_ARMADA38X),y)
bootblock-y += bootblock.c
bootblock-y += bootblock_asm.S
bootblock-y += spi.c
+bootblock-y += gpio.c
bootblock-y += monotonic_timer.c
ifeq ($(CONFIG_BOOTBLOCK_CONSOLE),y)
bootblock-$(CONFIG_DRIVERS_UART) += uart.c
@@ -11,13 +12,16 @@ endif
verstage-$(CONFIG_DRIVERS_UART) += uart.c
verstage-y += monotonic_timer.c
verstage-y += spi.c
+verstage-y += gpio.c
romstage-y += spi.c
+romstage-y += gpio.c
romstage-y += cbmem.c
romstage-y += monotonic_timer.c
romstage-$(CONFIG_DRIVERS_UART) += uart.c
ramstage-y += spi.c
+ramstage-y += gpio.c
ramstage-y += cbmem.c
ramstage-y += monotonic_timer.c
ramstage-y += soc.c