[PATCH] use vmlinux during make install on ppc64
Olaf Hering
olh at suse.de
Fri Feb 11 07:15:38 EST 2005
On Wed, Feb 09, Olaf Hering wrote:
> diff -purNx tags ../linux-2.6.11-rc3.orig/arch/ppc64/Makefile ./arch/ppc64/Makefile
> --- ../linux-2.6.11-rc3.orig/arch/ppc64/Makefile 2005-02-03 02:55:14.000000000 +0100
> +++ ./arch/ppc64/Makefile 2005-02-09 11:53:12.724975475 +0100
> @@ -65,8 +65,8 @@ boottarget-$(CONFIG_PPC_ISERIES) := vmli
> $(boottarget-y): vmlinux
> $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
>
> -bootimage-$(CONFIG_PPC_PSERIES) := zImage
> -bootimage-$(CONFIG_PPC_MAPLE) := zImage
> +bootimage-$(CONFIG_PPC_PSERIES) := $(boot)/zImage
> +bootimage-$(CONFIG_PPC_MAPLE) := $(boot)/zImage
> bootimage-$(CONFIG_PPC_ISERIES) := vmlinux
> BOOTIMAGE := $(bootimage-y)
> install: vmlinux
That one is fine for make install, but it loses the zImage target as well
when I just run make. Somehow I did not noticed it...
More information about the Linuxppc64-dev
mailing list