sdk-hwV1.3/lichee/brandy-2.0/u-boot-2018/drivers/fastboot/Makefile

8 lines
198 B
Makefile
Raw Normal View History

2024-05-07 10:09:20 +00:00
# SPDX-License-Identifier: GPL-2.0+
obj-y += fb_common.o
obj-y += fb_getvar.o
obj-y += fb_command.o
obj-$(CONFIG_FASTBOOT_FLASH_MMC) += fb_mmc.o
obj-$(CONFIG_FASTBOOT_FLASH_NAND) += fb_nand.o