]> git.sur5r.net Git - u-boot/blobdiff - drivers/Makefile
fastboot: Extract fastboot_okay/fail to fb_common.c
[u-boot] / drivers / Makefile
index a79ff2e6b0065953d8a307a605793fbee6271512..d29a6e467b6c5d121d3b73152b7d3314e2af898a 100644 (file)
@@ -71,9 +71,7 @@ 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-$(CONFIG_FASTBOOT) += fastboot/
 obj-y += firmware/
 obj-$(CONFIG_FPGA) += fpga/
 obj-y += misc/