Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
24a72511e7eeec78c9cc3f72953ff8726849b0c1
/
.
/
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