patch-1.3.19 linux/mm/Makefile
Next file: linux/net/802/Makefile
Previous file: linux/lib/Makefile
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Tue Aug 15 15:07:03 1995
- Orig file:
v1.3.18/linux/mm/Makefile
- Orig date:
Tue Jul 11 10:03:00 1995
diff -u --recursive --new-file v1.3.18/linux/mm/Makefile linux/mm/Makefile
@@ -7,20 +7,7 @@
#
# Note 2! The CFLAGS definition is now in the main makefile...
-.c.o:
- $(CC) $(CFLAGS) -c $<
-.s.o:
- $(AS) -o $*.o $<
-
-OBJS = memory.o swap.o mmap.o filemap.o mprotect.o kmalloc.o vmalloc.o
-
-mm.o: $(OBJS)
- $(LD) -r -o mm.o $(OBJS)
-
-modules:
-
-dep:
- $(CPP) -M *.c > .depend
-
+O_TARGET := mm.o
+O_OBJS := memory.o swap.o mmap.o filemap.o mprotect.o kmalloc.o vmalloc.o
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this