patch-2.4.0-test7 linux/arch/arm/lib/Makefile

Next file: linux/arch/arm/lib/uaccess.S
Previous file: linux/arch/arm/kernel/traps.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test6/linux/arch/arm/lib/Makefile linux/arch/arm/lib/Makefile
@@ -4,6 +4,8 @@
 # Copyright (C) 1995-1999 Russell King
 #
 
+USE_STANDARD_AS_RULE := true
+
 L_TARGET := lib.a
 L_OBJS   := changebit.o csumipv6.o csumpartial.o csumpartialcopy.o \
 	    csumpartialcopyuser.o clearbit.o copy_page.o findbit.o \
@@ -35,9 +37,6 @@
 L_OBJS	+= $(L_OBJS_$(MACHINE))
 
 include $(TOPDIR)/Rules.make
-
-.S.o:
-	$(CC) $(AFLAGS) -traditional -c -o $*.o $<
 
 constants.h: getconsdata.o extractconstants.pl
 	$(PERL) extractconstants.pl $(OBJDUMP) > $@

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)