]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-socfpga/Makefile
arm: socfpga: stratix10: Add SPL driver for Stratix10 SoC
[u-boot] / arch / arm / mach-socfpga / Makefile
index e8a1c0f45a711b33a87fb0372548ab0682c29c9c..3131949d68b2d6a76ce4f7a25fbc14b368e13cdc 100644 (file)
@@ -38,6 +38,7 @@ obj-y += system_manager_s10.o
 obj-y  += wrap_pinmux_config_s10.o
 obj-y  += wrap_pll_config_s10.o
 endif
+
 ifdef CONFIG_SPL_BUILD
 ifdef CONFIG_TARGET_SOCFPGA_GEN5
 obj-y  += spl_gen5.o
@@ -49,6 +50,9 @@ endif
 ifdef CONFIG_TARGET_SOCFPGA_ARRIA10
 obj-y  += spl_a10.o
 endif
+ifdef CONFIG_TARGET_SOCFPGA_STRATIX10
+obj-y  += spl_s10.o
+endif
 endif
 
 ifdef CONFIG_TARGET_SOCFPGA_GEN5