diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 08:32:39 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 08:32:39 -0800 |
commit | 333c47c847c90aaefde8b593054d9344106333b5 (patch) | |
tree | a4aec7b18ffe8d8dd88e027e5e4d84b2d838fe8a /drivers/block/Makefile | |
parent | 8f0cb147b2fb12427bf6abef7fed2b604557a41e (diff) | |
parent | c6ea2ba7b8acdb6c4a883b2d38607c8078dff4ee (diff) |
Merge branch 'block-dir' of git://brick.kernel.dk/data/git/linux-2.6-block
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r-- | drivers/block/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile index 1cf09a1c065..3ec1f8df87b 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -4,21 +4,7 @@ # 12 June 2000, Christoph Hellwig <hch@infradead.org> # Rewritten to use lists instead of if-statements. # -# Note : at this point, these files are compiled on all systems. -# In the future, some of these should be built conditionally. -# - -# -# NOTE that ll_rw_blk.c must come early in linkage order - it starts the -# kblockd threads -# - -obj-y := elevator.o ll_rw_blk.o ioctl.o genhd.o scsi_ioctl.o -obj-$(CONFIG_IOSCHED_NOOP) += noop-iosched.o -obj-$(CONFIG_IOSCHED_AS) += as-iosched.o -obj-$(CONFIG_IOSCHED_DEADLINE) += deadline-iosched.o -obj-$(CONFIG_IOSCHED_CFQ) += cfq-iosched.o obj-$(CONFIG_MAC_FLOPPY) += swim3.o obj-$(CONFIG_BLK_DEV_FD) += floppy.o obj-$(CONFIG_BLK_DEV_FD98) += floppy98.o |