summaryrefslogtreecommitdiff
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-07 15:43:22 +1000
commit81c059ad1d2d53c374c961b9d9ba4bb05933093d (patch)
treec4e233b84d31a3acdbc67678bde6c443439c2ef0
parent09e6a72bed821cc8d15ae23314b4fb1e0d5dafb8 (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>
-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