summaryrefslogtreecommitdiffstats
path: root/block/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-09-14 16:18:56 +0200
committerJens Axboe <axboe@fb.com>2016-09-15 08:42:03 -0600
commit973c4e372c8f71a15ac39765e657ded70fc87d41 (patch)
tree8076126f76d8d0c68cb81f305c4d575fb61ba07a /block/Makefile
parentda695ba236b993f07a540d35c17f271ef08c89f3 (diff)
downloadlinux-0-day-973c4e372c8f71a15ac39765e657ded70fc87d41.tar.gz
linux-0-day-973c4e372c8f71a15ac39765e657ded70fc87d41.tar.xz
blk-mq: provide a default queue mapping for PCI device
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/Makefile')
-rw-r--r--block/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/Makefile b/block/Makefile
index 9eda2322b2d40..2447a0b1ef9cf 100644
--- a/block/Makefile
+++ b/block/Makefile
@@ -22,4 +22,4 @@ obj-$(CONFIG_IOSCHED_CFQ) += cfq-iosched.o
obj-$(CONFIG_BLOCK_COMPAT) += compat_ioctl.o
obj-$(CONFIG_BLK_CMDLINE_PARSER) += cmdline-parser.o
obj-$(CONFIG_BLK_DEV_INTEGRITY) += bio-integrity.o blk-integrity.o t10-pi.o
-
+obj-$(CONFIG_PCI) += blk-mq-pci.o