u-boot-brain/drivers/fastboot/Makefile

11 lines
186 B
Makefile
Raw Normal View History

# 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