651fbf0935a94645df82b4808023576b78f5a65a
[oweals/u-boot.git] / drivers / fastboot / Makefile
1 # SPDX-License-Identifier:      GPL-2.0+
2
3 ifdef CONFIG_FASTBOOT_FLASH_MMC_DEV
4 obj-y += fb_mmc.o
5 endif
6 ifdef CONFIG_FASTBOOT_FLASH_NAND_DEV
7 obj-y += fb_nand.o
8 endif