aboutsummaryrefslogtreecommitdiff
path: root/fs/partitions/Makefile
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>2007-05-08 00:29:15 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-08 11:15:09 -0700
commit19d0e8ce856a7628a630710aed82931ce1c7eb97 (patch)
treef2d111b8723417ddc1b136c405923a49d4fce62a /fs/partitions/Makefile
parente729aa16b168fb202d1a20f936028cb7c2a0278d (diff)
partition: add support for sysv68 partitions
Add support for the Motorola sysv68 disk partition (slices in motorola doc). Signed-off-by: Philippe De Muyter <phdm@macqel.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/partitions/Makefile')
-rw-r--r--fs/partitions/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/partitions/Makefile b/fs/partitions/Makefile
index 67e665fdb7f..03af8eac51d 100644
--- a/fs/partitions/Makefile
+++ b/fs/partitions/Makefile
@@ -17,3 +17,4 @@ obj-$(CONFIG_ULTRIX_PARTITION) += ultrix.o
obj-$(CONFIG_IBM_PARTITION) += ibm.o
obj-$(CONFIG_EFI_PARTITION) += efi.o
obj-$(CONFIG_KARMA_PARTITION) += karma.o
+obj-$(CONFIG_SYSV68_PARTITION) += sysv68.o