Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
b2369a19b8249ae45e501dc453a099f2a20a320f
/
.
/
drivers
/
nvme
/
Makefile
blob: fd3e68a91dcabf0609b21a6a1af87c9716866733 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
obj
-
y
+=
nvme
-
uclass
.
o nvme
.
o nvme_show
.
o
obj
-
$
(
CONFIG_NVME_APPLE
)
+=
nvme_apple
.
o
obj
-
$
(
CONFIG_$
(
SPL_
)
NVME_PCI
)
+=
nvme_pci
.
o