patch-2.4.19 linux-2.4.19/arch/s390x/lib/Makefile
Next file: linux-2.4.19/arch/s390x/mm/fault.c
Previous file: linux-2.4.19/arch/s390x/kernel/traps.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/s390x/lib/Makefile
- Orig date:
Wed Apr 11 19:02:29 2001
diff -urN linux-2.4.18/arch/s390x/lib/Makefile linux-2.4.19/arch/s390x/lib/Makefile
@@ -2,13 +2,8 @@
# Makefile for s390-specific library files..
#
-ifdef SMP
.S.o:
- $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $*.o
-else
-.S.o:
- $(CC) -D__ASSEMBLY__ -traditional -c $< -o $*.o
-endif
+ $(CC) $(AFLAGS) -traditional -c $< -o $*.o
L_TARGET = lib.a
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)