patch-1.3.19 linux/arch/i386/mm/Makefile

Next file: linux/arch/mips/Makefile
Previous file: linux/arch/i386/math-emu/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.18/linux/arch/i386/mm/Makefile linux/arch/i386/mm/Makefile
@@ -7,19 +7,7 @@
 #
 # Note 2! The CFLAGS definition is now in the main makefile...
 
-.c.o:
-	$(CC) $(CFLAGS) -c $<
-.s.o:
-	$(AS) -o $*.o $<
-
-OBJS	= init.o fault.o
-
-mm.o: $(OBJS)
-	$(LD) -r -o mm.o $(OBJS)
-
-modules:
-
-dep:
-	$(CPP) -M *.c > .depend
+O_TARGET := mm.o
+O_OBJS	 := init.o fault.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