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