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