]> git.sur5r.net Git - u-boot/blobdiff - drivers/fastboot/Makefile
dwc2 USB controller hangs with lan78xx
[u-boot] / drivers / fastboot / Makefile
index b38dcff202602f7d70c4453b6c79bac8c786fd06..a2421565e238bc10d7bceccbf6a9f305b5ba6a4b 100644 (file)
@@ -1,10 +1,7 @@
 # SPDX-License-Identifier:      GPL-2.0+
 
 obj-y += fb_common.o
-
-ifdef CONFIG_FASTBOOT_FLASH_MMC_DEV
-obj-y += fb_mmc.o
-endif
-ifdef CONFIG_FASTBOOT_FLASH_NAND_DEV
-obj-y += fb_nand.o
-endif
+obj-y += fb_getvar.o
+obj-y += fb_command.o
+obj-$(CONFIG_FASTBOOT_FLASH_MMC) += fb_mmc.o
+obj-$(CONFIG_FASTBOOT_FLASH_NAND) += fb_nand.o