diff options
author | Valentin Rothberg <vrothberg@suse.com> | 2017-06-29 02:59:07 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-06-29 11:43:23 -0400 |
commit | a2b93775002bc12ff7a61c7d622de07f553f0d53 (patch) | |
tree | 2e3e23fe1c9b129478dc10ebbe4364568cf3058d | |
parent | fe631457ff3e19e7bb28f4ad65c65726203fdb64 (diff) |
nvme: Makefile: remove dead build rule
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>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | drivers/nvme/host/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
5 | obj-$(CONFIG_NVME_FC) += nvme-fc.o | 5 | obj-$(CONFIG_NVME_FC) += nvme-fc.o |
6 | 6 | ||
7 | nvme-core-y := core.o | 7 | nvme-core-y := core.o |
8 | nvme-core-$(CONFIG_BLK_DEV_NVME_SCSI) += scsi.o | ||
9 | nvme-core-$(CONFIG_NVM) += lightnvm.o | 8 | nvme-core-$(CONFIG_NVM) += lightnvm.o |
10 | 9 | ||
11 | nvme-y += pci.o | 10 | nvme-y += pci.o |