Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
135d14711ea70ec3ec3f988d68004a35a15bc295
/
.
/
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