summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>2013-06-07 10:09:50 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-06-17 18:20:54 +1000
commitaf767a2656bc5cb74870e62fac5e4e1f5b6d50c5 (patch)
tree572c5f5a6e9de931eab24b1db25b1713da7d3df7 /block
parent41b98b82a22388174bda7eb21bbfddaafb2c838f (diff)
partitions-add-aix-lvm-partition-support-files: compile aix.c if configured
Signed-off-by: Philippe De Muyter <phdm@macqel.be> Cc: Karel Zak <kzak@redhat.com> Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'block')
-rw-r--r--block/partitions/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/partitions/Makefile b/block/partitions/Makefile
index bf26d4a61e4c..d79da0be0b2d 100644
--- a/block/partitions/Makefile
+++ b/block/partitions/Makefile
@@ -7,6 +7,7 @@ obj-$(CONFIG_BLOCK) := check.o
obj-$(CONFIG_ACORN_PARTITION) += acorn.o
obj-$(CONFIG_AMIGA_PARTITION) += amiga.o
obj-$(CONFIG_ATARI_PARTITION) += atari.o
+obj-$(CONFIG_AIX_PARTITION) += aix.o
obj-$(CONFIG_MAC_PARTITION) += mac.o
obj-$(CONFIG_LDM_PARTITION) += ldm.o
obj-$(CONFIG_MSDOS_PARTITION) += msdos.o