patch-2.3.16 linux/mm/Makefile
Next file: linux/mm/bigmem.c
Previous file: linux/lib/inflate.c
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/mm/Makefile
- Orig date:
Tue Nov 17 14:28:18 1998
diff -u --recursive --new-file v2.3.15/linux/mm/Makefile linux/mm/Makefile
@@ -12,4 +12,8 @@
vmalloc.o slab.o \
swap.o vmscan.o page_io.o page_alloc.o swap_state.o swapfile.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)