]> git.sur5r.net Git - u-boot/blobdiff - drivers/Makefile
fastboot: Move fastboot to drivers/fastboot
[u-boot] / drivers / Makefile
index b3f1b600a558cef08d1f750c1b42b27a6bb9ad51..a79ff2e6b0065953d8a307a605793fbee6271512 100644 (file)
@@ -71,6 +71,9 @@ obj-y += block/
 obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
 obj-$(CONFIG_CPU) += cpu/
 obj-y += crypto/
+ifneq ($(CONFIG_FASTBOOT_FLASH_MMC_DEV)$(CONFIG_FASTBOOT_FLASH_NAND_DEV),)
+obj-y += fastboot/
+endif
 obj-y += firmware/
 obj-$(CONFIG_FPGA) += fpga/
 obj-y += misc/