]> git.sur5r.net Git - u-boot/blobdiff - common/spl/Makefile
SPL: Add XIP booting support
[u-boot] / common / spl / Makefile
index b3b34d62774266f308a4197a9dada493c57a4554..47a64dd7d0cdaca517e108eaa8cf4b4e82f27341 100644 (file)
@@ -12,6 +12,7 @@ ifdef CONFIG_SPL_BUILD
 obj-$(CONFIG_SPL_FRAMEWORK) += spl.o
 obj-$(CONFIG_SPL_LOAD_FIT) += spl_fit.o
 obj-$(CONFIG_SPL_NOR_SUPPORT) += spl_nor.o
+obj-$(CONFIG_SPL_XIP_SUPPORT) += spl_xip.o
 obj-$(CONFIG_SPL_YMODEM_SUPPORT) += spl_ymodem.o
 ifndef CONFIG_SPL_UBI
 obj-$(CONFIG_SPL_NAND_SUPPORT) += spl_nand.o