]> git.sur5r.net Git - u-boot/blobdiff - drivers/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / drivers / Makefile
index e7eab6603e05fc104e101385f1ffa285003e04f0..99dd07fc7698f4f463840f0050ed3c138d4dbd42 100644 (file)
@@ -36,6 +36,8 @@ obj-$(CONFIG_SPL_WATCHDOG_SUPPORT) += watchdog/
 obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += usb/host/
 obj-$(CONFIG_OMAP_USB_PHY) += usb/phy/
 obj-$(CONFIG_SPL_SATA_SUPPORT) += block/
+obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += block/
+obj-$(CONFIG_SPL_MMC_SUPPORT) += block/
 
 else
 
@@ -54,6 +56,7 @@ obj-y += dfu/
 obj-$(CONFIG_X86) += pch/
 obj-y += rtc/
 obj-y += sound/
+obj-y += spmi/
 obj-y += timer/
 obj-y += tpm/
 obj-y += twserial/