Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1677446
| From | Valentin Rothberg <vrothberg@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] nvme: Makefile: remove dead build rule |
| Date | 2017-06-29 09:00 +0200 |
| Message-ID | <tXBAK-4e8-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 <vrothberg@suse.com>
---
drivers/nvme/host/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/nvme/host/Makefile b/drivers/nvme/host/Makefile
index f1a7d945fbb6..cc0aacb4c8b4 100644
--- 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
--
2.12.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] nvme: Makefile: remove dead build rule Valentin Rothberg <vrothberg@suse.com> - 2017-06-29 09:00 +0200 Re: [PATCH] nvme: Makefile: remove dead build rule Johannes Thumshirn <jthumshirn@suse.de> - 2017-06-29 10:40 +0200 Re: [PATCH] nvme: Makefile: remove dead build rule Christoph Hellwig <hch@lst.de> - 2017-06-29 16:40 +0200 Re: [PATCH] nvme: Makefile: remove dead build rule Keith Busch <keith.busch@intel.com> - 2017-06-29 17:00 +0200
csiph-web