[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1367388562-2213-5-git-send-email-phdm@macqel.be>
Date: Wed, 1 May 2013 08:09:21 +0200
From: Philippe De Muyter <phdm@...qel.be>
To: linux-kernel@...r.kernel.org
Cc: Jens Axboe <axboe@...nel.dk>, Karel Zak <kzak@...hat.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Philippe De Muyter <phdm@...qel.be>
Subject: [PATCH 4/5] partitions/Makefile: compile aix.c if configured.
From: Philippe De Muyter <phdm@...qel.be>
Signed-off-by: Philippe De Muyter <phdm@...qel.be>
Cc: Karel Zak <kzak@...hat.com>
Cc: Jens Axboe <axboe@...nel.dk>
Cc: Andrew Morton <akpm@...ux-foundation.org>
---
block/partitions/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/block/partitions/Makefile b/block/partitions/Makefile
index 03af8ea..2be4d7b 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
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists