From 729dd1bd802acb973eec9c73ccb87d3143c13937 Mon Sep 17 00:00:00 2001 From: Vishal Verma Date: Mon, 4 Mar 2013 18:40:56 -0700 Subject: NVMe: Rename nvme.c to nvme-core.c In preparation for adding nvme-scsi.c It is preferable to retain the module name 'nvme' Signed-off-by: Vishal Verma Signed-off-by: Matthew Wilcox --- drivers/block/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/block/Makefile') diff --git a/drivers/block/Makefile b/drivers/block/Makefile index a3b40232c6ab..2a41c86d3ad9 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -42,4 +42,5 @@ obj-$(CONFIG_BLK_DEV_PCIESSD_MTIP32XX) += mtip32xx/ obj-$(CONFIG_BLK_DEV_RSXX) += rsxx/ +nvme-y := nvme-core.o swim_mod-y := swim.o swim_asm.o -- cgit v1.2.3