patch-1.3.60 linux/arch/i386/kernel/Makefile
Next file: linux/arch/i386/kernel/entry.S
Previous file: linux/arch/i386/defconfig
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Feb 7 08:55:34 1996
- Orig file:
v1.3.59/linux/arch/i386/kernel/Makefile
- Orig date:
Tue Jan 23 21:15:36 1996
diff -u --recursive --new-file v1.3.59/linux/arch/i386/kernel/Makefile linux/arch/i386/kernel/Makefile
@@ -7,18 +7,13 @@
#
# Note 2! The CFLAGS definitions are now in the main makefile...
-AS86 =as86 -0 -a
-AS386 =as86 -3
-LD86 =ld86 -0
-
-
#.S.s:
# $(CPP) -D__ASSEMBLY__ -traditional $< -o $*.s
ifdef SMP
.S.o:
- $(CC) -D__ASSEMBLY__ -D__SMP__ -traditional -c $< -o $*.o
+ $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $*.o
else
.S.o:
$(CC) -D__ASSEMBLY__ -traditional -c $< -o $*.o
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