diff options
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | 2011-01-20 18:50:14 +0100 |
---|---|---|
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | 2011-11-04 20:52:51 +0100 |
commit | b60503ba432b16fc84442a84e29a7aad2c0c363d (patch) | |
tree | 43dca7cd57965ce1a2b7b6f94437f0364fbc0034 /drivers/block/Makefile | |
parent | Xen: Export xen_biovec_phys_mergeable (diff) | |
download | linux-b60503ba432b16fc84442a84e29a7aad2c0c363d.tar.xz linux-b60503ba432b16fc84442a84e29a7aad2c0c363d.zip |
NVMe: New driver
This driver is for devices that follow the NVM Express standard
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r-- | drivers/block/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile index 76646e9a1c91..349539ad3ad9 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -23,6 +23,7 @@ obj-$(CONFIG_XILINX_SYSACE) += xsysace.o obj-$(CONFIG_CDROM_PKTCDVD) += pktcdvd.o obj-$(CONFIG_MG_DISK) += mg_disk.o obj-$(CONFIG_SUNVDC) += sunvdc.o +obj-$(CONFIG_BLK_DEV_NVME) += nvme.o obj-$(CONFIG_BLK_DEV_OSD) += osdblk.o obj-$(CONFIG_BLK_DEV_UMEM) += umem.o |