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