patch-2.4.0-test9 linux/arch/alpha/Makefile
Next file: linux/arch/alpha/boot/Makefile
Previous file: linux/Rules.make
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Sep 25 12:36:09 2000
- Orig file:
v2.4.0-test8/linux/arch/alpha/Makefile
- Orig date:
Mon Aug 28 21:21:57 2000
diff -u --recursive --new-file v2.4.0-test8/linux/arch/alpha/Makefile linux/arch/alpha/Makefile
@@ -8,7 +8,7 @@
# Copyright (C) 1994 by Linus Torvalds
#
-NM := nm -B
+NM := $(NM) -B
LINKFLAGS = -static -T arch/alpha/vmlinux.lds -N #-relax
CFLAGS := $(CFLAGS) -pipe -mno-fp-regs -ffixed-8
@@ -119,6 +119,10 @@
archdep:
@$(MAKEBOOT) dep
+
+vmlinux: arch/alpha/vmlinux.lds
+
+arch/alpha/vmlinux.lds: arch/alpha/vmlinux.lds.in
$(CPP) $(CPPFLAGS) -xc -P arch/alpha/vmlinux.lds.in -o arch/alpha/vmlinux.lds
bootpfile:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)