patch-2.3.99-pre6 linux/fs/partitions/Makefile

Next file: linux/fs/partitions/acorn.c
Previous file: linux/fs/partitions/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/fs/partitions/Makefile linux/fs/partitions/Makefile
@@ -22,6 +22,10 @@
 O_OBJS += atari.o
 endif
 
+ifeq ($(CONFIG_IBM_PARTITION),y)
+O_OBJS += ibm.o
+endif
+
 ifeq ($(CONFIG_MAC_PARTITION),y)
 O_OBJS += mac.o
 endif
@@ -45,5 +49,6 @@
 ifeq ($(CONFIG_ULTRIX_PARTITION),y)
 O_OBJS += ultrix.o
 endif
+
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)