diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2008-01-29 14:49:21 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-01-29 21:55:05 +0100 |
commit | a168ee84c90b39ece357da127ab388f2f64db19c (patch) | |
tree | acb5527d9835c06e4eb2c308850e74db857f7d64 /block/Makefile | |
parent | 9bf722598fcd51073974850ae026b44389430ecc (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/Makefile | 2 |
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 |