]> git.sur5r.net Git - u-boot/blobdiff - drivers/fastboot/Makefile
fastboot: Extract fastboot_okay/fail to fb_common.c
[u-boot] / drivers / fastboot / Makefile
index 651fbf0935a94645df82b4808023576b78f5a65a..b38dcff202602f7d70c4453b6c79bac8c786fd06 100644 (file)
@@ -1,5 +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