patch-2.3.99-pre4 linux/arch/sparc/mm/Makefile
Next file: linux/arch/sparc/mm/sun4c.c
Previous file: linux/arch/sparc/math-emu/Makefile
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Thu Mar 30 16:56:04 2000
- Orig file:
v2.3.99-pre3/linux/arch/sparc/mm/Makefile
- Orig date:
Tue Feb 1 01:35:43 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/arch/sparc/mm/Makefile linux/arch/sparc/mm/Makefile
@@ -7,6 +7,9 @@
#
# Note 2! The CFLAGS definition is now in the main makefile...
+.S.o:
+ $(CC) $(AFLAGS) -ansi -c -o $*.o $<
+
O_TARGET := mm.o
O_OBJS := fault.o init.o loadmmu.o generic.o extable.o btfixup.o
ifeq ($(CONFIG_SUN4),y)
@@ -21,15 +24,3 @@
endif
include $(TOPDIR)/Rules.make
-
-hypersparc.o: hypersparc.S
- $(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c -o hypersparc.o hypersparc.S
-
-viking.o: viking.S
- $(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c -o viking.o viking.S
-
-tsunami.o: tsunami.S
- $(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c -o tsunami.o tsunami.S
-
-swift.o: swift.S
- $(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c -o swift.o swift.S
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)