ia64/xen-unstable
changeset 2361:d1c52efc1bcd
bitkeeper revision 1.1159.53.7 (412f0ab5oS0qMRsN8oxi1yN_HDC1Ew)
Prevent vmlinux.lds.s getting built with incorrect arguments (missing -Ui386).
Prevent vmlinux.lds.s getting built with incorrect arguments (missing -Ui386).
author | cl349@freefall.cl.cam.ac.uk |
---|---|
date | Fri Aug 27 10:19:33 2004 +0000 (2004-08-27) |
parents | 7479be6635eb |
children | 2471637f1714 8b6698017789 |
files | linux-2.6.8.1-xen-sparse/arch/xen/kernel/Makefile |
line diff
1.1 --- a/linux-2.6.8.1-xen-sparse/arch/xen/kernel/Makefile Fri Aug 27 09:45:06 2004 +0000 1.2 +++ b/linux-2.6.8.1-xen-sparse/arch/xen/kernel/Makefile Fri Aug 27 10:19:33 2004 +0000 1.3 @@ -4,7 +4,7 @@ 1.4 1.5 XENARCH := $(subst ",,$(CONFIG_XENARCH)) 1.6 1.7 -$(obj)/vmlinux.lds.s: arch/$(ARCH)/$(XENARCH)/kernel/vmlinux.lds.s 1.8 +$(obj)/vmlinux.lds.s: 1.9 @ln -fsn $(srctree)/arch/$(ARCH)/$(XENARCH)/kernel/vmlinux.lds.s $@ 1.10 1.11 extra-y += vmlinux.lds.s