Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
427ddd84204cc0693e3f80f90f257b3d24b04307
/
.
/
drivers
/
fastboot
/
Makefile
blob: a2421565e238bc10d7bceccbf6a9f305b5ba6a4b [
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