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