projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe63145
)
nvme: Makefile: remove dead build rule
author
Valentin Rothberg
<
[email protected]
>
Thu, 29 Jun 2017 06:59:07 +0000
(08:59 +0200)
committer
Jens Axboe
<
[email protected]
>
Thu, 29 Jun 2017 15:43:23 +0000
(09:43 -0600)
Remove dead build rule for drivers/nvme/host/scsi.c which has been
removed by commit ("nvme: Remove SCSI translations").
Signed-off-by: Valentin Rothberg <
[email protected]
>
Reviewed-by: Johannes Thumshirn <
[email protected]
>
Reviewed-by: Christoph Hellwig <
[email protected]
>
Reviewed-by: Keith Busch <
[email protected]
>
Signed-off-by: Jens Axboe <
[email protected]
>
drivers/nvme/host/Makefile
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/Makefile
b/drivers/nvme/host/Makefile
index f1a7d945fbb6624212c2c357a1b7f5a66eaa4b96..cc0aacb4c8b47858c0b546da5288cb82d7739c42 100644
(file)
--- a/
drivers/nvme/host/Makefile
+++ b/
drivers/nvme/host/Makefile
@@
-5,7
+5,6
@@
obj-$(CONFIG_NVME_RDMA) += nvme-rdma.o
obj-$(CONFIG_NVME_FC) += nvme-fc.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