Merge git://git.denx.de/u-boot-mpc85xx
[oweals/u-boot.git] / common / spl / Makefile
index b15f0f6dcdea51cc4ea456ec3a3fa983a9e6fd6d..ed02635e720d35f952903e38691a1beccfb4d0b3 100644 (file)
@@ -24,4 +24,6 @@ obj-$(CONFIG_SPL_USB_SUPPORT) += spl_usb.o
 obj-$(CONFIG_SPL_FAT_SUPPORT) += spl_fat.o
 obj-$(CONFIG_SPL_EXT_SUPPORT) += spl_ext.o
 obj-$(CONFIG_SPL_SATA_SUPPORT) += spl_sata.o
+obj-$(CONFIG_SPL_DFU_SUPPORT) += spl_dfu.o
+obj-$(CONFIG_SPL_SPI_LOAD) += spl_spi.o
 endif