Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
refs/heads/WIP/02Mar2022-next
/
.
/
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