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
- Lines: 18
- Date:
Wed Apr 12 09:47:30 2000
- Orig file:
v2.3.99-pre5/linux/fs/partitions/Makefile
- Orig date:
Thu Aug 12 12:26:06 1999
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)