patch-2.3.34 linux/arch/alpha/boot/Makefile
Next file: linux/arch/alpha/kernel/entry.S
Previous file: linux/arch/alpha/Makefile
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Dec 20 14:43:39 1999
- Orig file:
v2.3.33/linux/arch/alpha/boot/Makefile
- Orig date:
Mon Oct 12 11:40:12 1998
diff -u --recursive --new-file v2.3.33/linux/arch/alpha/boot/Makefile linux/arch/alpha/boot/Makefile
@@ -11,9 +11,9 @@
LINKFLAGS = -static -T bootloader.lds #-N -relax
.S.s:
- $(CC) -D__ASSEMBLY__ -traditional -E -o $*.o $<
+ $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -E -o $*.o $<
.S.o:
- $(CC) -D__ASSEMBLY__ -traditional -c -o $*.o $<
+ $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c -o $*.o $<
OBJECTS = head.o main.o
BPOBJECTS = head.o bootp.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)