summaryrefslogtreecommitdiffstats
path: root/block/Makefile
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2008-01-29 14:53:40 +0100
committerJens Axboe <jens.axboe@oracle.com>2008-01-29 21:55:08 +0100
commit86db1e29772372155db08ff48a9ceb76e11a2ad1 (patch)
tree312f38eb3245873c476c50f816b85610fef9615a /block/Makefile
parent8324aa91d1e11a1fc25f209687a0b2e6c2ed47d0 (diff)
downloadlinux-0-day-86db1e29772372155db08ff48a9ceb76e11a2ad1.tar.gz
linux-0-day-86db1e29772372155db08ff48a9ceb76e11a2ad1.tar.xz
block: continue ll_rw_blk.c splitup
Adds files for barrier handling, rq execution, io context handling, mapping data to requests, and queue settings. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/Makefile')
-rw-r--r--block/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/block/Makefile b/block/Makefile
index fcaae4ae67046..2002046d0a9e9 100644
--- a/block/Makefile
+++ b/block/Makefile
@@ -2,8 +2,9 @@
# Makefile for the kernel block layer
#
-obj-$(CONFIG_BLOCK) := elevator.o blk-core.o blk-tag.o blk-sysfs.o ioctl.o \
- genhd.o scsi_ioctl.o
+obj-$(CONFIG_BLOCK) := elevator.o blk-core.o blk-tag.o blk-sysfs.o \
+ blk-barrier.o blk-settings.o blk-ioc.o blk-map.o \
+ blk-exec.o ioctl.o genhd.o scsi_ioctl.o
obj-$(CONFIG_BLK_DEV_BSG) += bsg.o
obj-$(CONFIG_IOSCHED_NOOP) += noop-iosched.o