patch-2.3.6 linux/arch/i386/Makefile
Next file: linux/arch/i386/boot/bootsect.S
Previous file: linux/arch/arm/kernel/ptrace.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Mon Jun 7 17:02:23 1999
- Orig file:
v2.3.5/linux/arch/i386/Makefile
- Orig date:
Mon May 17 09:55:20 1999
diff -u --recursive --new-file v2.3.5/linux/arch/i386/Makefile linux/arch/i386/Makefile
@@ -67,6 +67,13 @@
MAKEBOOT = $(MAKE) -C arch/$(ARCH)/boot
+vmlinux: arch/i386/vmlinux.lds
+
+arch/i386/vmlinux.lds: arch/i386/vmlinux.lds.S FORCE
+ gcc -E -C -P -I$(HPATH) -imacros $(HPATH)/asm-i386/page_offset.h -Ui386 arch/i386/vmlinux.lds.S >arch/i386/vmlinux.lds
+
+FORCE: ;
+
zImage: vmlinux
@$(MAKEBOOT) zImage
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)