]> git.sur5r.net Git - u-boot/blob - drivers/fastboot/Makefile
fastboot: Extract fastboot_okay/fail to fb_common.c
[u-boot] / drivers / fastboot / Makefile
1 # SPDX-License-Identifier:      GPL-2.0+
2
3 obj-y += fb_common.o
4
5 ifdef CONFIG_FASTBOOT_FLASH_MMC_DEV
6 obj-y += fb_mmc.o
7 endif
8 ifdef CONFIG_FASTBOOT_FLASH_NAND_DEV
9 obj-y += fb_nand.o
10 endif