aboutsummaryrefslogtreecommitdiff
path: root/block/Makefile
diff options
context:
space:
mode:
authorGravatar Jens Axboe <jens.axboe@oracle.com> 2007-10-12 12:50:41 +0200
committerGravatar Jens Axboe <jens.axboe@oracle.com> 2007-10-12 12:50:41 +0200
commit99874d50481c093adfe74e796436024d88b6a48c (patch)
tree84f0b0705b9d61cb7ed59d5d28a947880d2968d4 /block/Makefile
parent[BLOCK] Better fix for do_blk_trace_setup() for !CONFIG_BLOCK (diff)
downloadlinux-99874d50481c093adfe74e796436024d88b6a48c.tar.gz
linux-99874d50481c093adfe74e796436024d88b6a48c.tar.bz2
linux-99874d50481c093adfe74e796436024d88b6a48c.zip
[BLOCK] Only include the compat ioctl code if CONFIG_BLOCK is set
Add an extra CONFIG_BLOCK_COMPAT that we can use in the Makefile 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 3cfe7cebaa6a..826108190f00 100644
--- a/block/Makefile
+++ b/block/Makefile
@@ -11,4 +11,4 @@ obj-$(CONFIG_IOSCHED_DEADLINE) += deadline-iosched.o
obj-$(CONFIG_IOSCHED_CFQ) += cfq-iosched.o
obj-$(CONFIG_BLK_DEV_IO_TRACE) += blktrace.o
-obj-$(CONFIG_COMPAT) += compat_ioctl.o
+obj-$(CONFIG_BLOCK_COMPAT) += compat_ioctl.o