]> git.sur5r.net Git - u-boot/blob - drivers/fastboot/Makefile
fastboot: Correct dependencies in FASTBOOT_FLASH
[u-boot] / drivers / fastboot / Makefile
1 # SPDX-License-Identifier:      GPL-2.0+
2
3 obj-y += fb_common.o
4
5 obj-$(CONFIG_FASTBOOT_FLASH_MMC) += fb_mmc.o
6 obj-$(CONFIG_FASTBOOT_FLASH_NAND) += fb_nand.o