Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
65de955a739510191f4c71b75e0a81e1a68d644d
/
.
/
drivers
/
fastboot
/
Makefile
blob: 651fbf0935a94645df82b4808023576b78f5a65a [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
ifdef CONFIG_FASTBOOT_FLASH_MMC_DEV
obj
-
y
+=
fb_mmc
.
o
endif
ifdef CONFIG_FASTBOOT_FLASH_NAND_DEV
obj
-
y
+=
fb_nand
.
o
endif