summaryrefslogtreecommitdiff
path: root/block/Makefile
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2008-01-29 14:49:21 +0100
committerJens Axboe <jens.axboe@oracle.com>2008-01-29 21:55:05 +0100
commita168ee84c90b39ece357da127ab388f2f64db19c (patch)
treeacb5527d9835c06e4eb2c308850e74db857f7d64 /block/Makefile
parent9bf722598fcd51073974850ae026b44389430ecc (diff)
block: first step of splitting ll_rw_blk, rename it
Then we retain history in blk-core.c Signed-off-by: Jens Axboe <jens.axboe@oracle.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 826108190f00..75597c1263e0 100644
--- a/block/Makefile
+++ b/block/Makefile
@@ -2,7 +2,7 @@
# Makefile for the kernel block layer
#
-obj-$(CONFIG_BLOCK) := elevator.o ll_rw_blk.o ioctl.o genhd.o scsi_ioctl.o
+obj-$(CONFIG_BLOCK) := elevator.o blk-core.o ioctl.o genhd.o scsi_ioctl.o
obj-$(CONFIG_BLK_DEV_BSG) += bsg.o
obj-$(CONFIG_IOSCHED_NOOP) += noop-iosched.o