Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
b4f210563e63e5d4b73e3232fd7156424533063e
/
.
/
drivers
/
nvme
/
Makefile
blob: fa7b619446088e0260851a4ae12e451ffacabe5a [
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_NVME_PCI
)
+=
nvme_pci
.
o