diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 11:32:39 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 11:32:39 -0500 |
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 1cf09a1c065b..3ec1f8df87b1 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile | |||
@@ -4,21 +4,7 @@ | |||
4 | # 12 June 2000, Christoph Hellwig <hch@infradead.org> | 4 | # 12 June 2000, Christoph Hellwig <hch@infradead.org> |
5 | # Rewritten to use lists instead of if-statements. | 5 | # Rewritten to use lists instead of if-statements. |
6 | # | 6 | # |
7 | # Note : at this point, these files are compiled on all systems. | ||
8 | # In the future, some of these should be built conditionally. | ||
9 | # | ||
10 | |||
11 | # | ||
12 | # NOTE that ll_rw_blk.c must come early in linkage order - it starts the | ||
13 | # kblockd threads | ||
14 | # | ||
15 | |||
16 | obj-y := elevator.o ll_rw_blk.o ioctl.o genhd.o scsi_ioctl.o | ||
17 | 7 | ||
18 | obj-$(CONFIG_IOSCHED_NOOP) += noop-iosched.o | ||
19 | obj-$(CONFIG_IOSCHED_AS) += as-iosched.o | ||
20 | obj-$(CONFIG_IOSCHED_DEADLINE) += deadline-iosched.o | ||
21 | obj-$(CONFIG_IOSCHED_CFQ) += cfq-iosched.o | ||
22 | obj-$(CONFIG_MAC_FLOPPY) += swim3.o | 8 | obj-$(CONFIG_MAC_FLOPPY) += swim3.o |
23 | obj-$(CONFIG_BLK_DEV_FD) += floppy.o | 9 | obj-$(CONFIG_BLK_DEV_FD) += floppy.o |
24 | obj-$(CONFIG_BLK_DEV_FD98) += floppy98.o | 10 | obj-$(CONFIG_BLK_DEV_FD98) += floppy98.o |