Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ed6a41443183a01485eddd1954ae912c51b5b6ee
/
.
/
drivers
/
fastboot
/
Makefile
blob: b38dcff202602f7d70c4453b6c79bac8c786fd06 [
file
] [
log
] [
blame
]
# 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