Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
5e4249c6d9e596fdb26357997236a01b96c8902d
/
.
/
drivers
/
nvme
/
host
/
Makefile
blob: 9a3ca892b4a722e2a6d51aef48d1397985fa5bc4 [
file
] [
log
] [
blame
]
obj
-
$
(
CONFIG_NVME_CORE
)
+=
nvme
-
core
.
o
obj
-
$
(
CONFIG_BLK_DEV_NVME
)
+=
nvme
.
o
nvme
-
core
-
y
:=
core
.
o
nvme
-
core
-
$
(
CONFIG_BLK_DEV_NVME_SCSI
)
+=
scsi
.
o
nvme
-
core
-
$
(
CONFIG_NVM
)
+=
lightnvm
.
o
nvme
-
y
+=
pci
.
o