Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1da7cd1fe9d4f16547046012e38709178f0f3e8a
/
.
/
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