patch-2.3.16 linux/arch/i386/mm/Makefile
Next file: linux/arch/i386/mm/bigmem.c
Previous file: linux/arch/i386/math-emu/reg_u_div.S
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Aug 26 12:34:55 1999
-  Orig file: 
v2.3.15/linux/arch/i386/mm/Makefile
-  Orig date: 
Fri Nov  1 01:56:43 1996
diff -u --recursive --new-file v2.3.15/linux/arch/i386/mm/Makefile linux/arch/i386/mm/Makefile
@@ -10,4 +10,8 @@
 O_TARGET := mm.o
 O_OBJS	 := init.o fault.o ioremap.o extable.o
 
+ifeq ($(CONFIG_BIGMEM),y)
+O_OBJS += bigmem.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)