]> Git Repo - linux.git/commitdiff
[PATCH] ppc64: reenable make install with defconfig
authorOlaf Hering <[email protected]>
Sat, 29 Oct 2005 00:46:55 +0000 (17:46 -0700)
committerPaul Mackerras <[email protected]>
Sat, 29 Oct 2005 05:15:34 +0000 (15:15 +1000)
'make ARCH=ppc64 O=../O install' does not work with the defconfig.
CONFIG_PPC_BPA is part of it, but the BPA bootimage variable is wrong:

make[2]: *** No rule to make target `zImage', needed by `install'.  Stop.

Signed-off-by: Olaf Hering <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
arch/ppc64/Makefile

index db1b25cdb5beef969b7b2ce91a4fa0b89c7fd75f..fdbd6f44adc07a1f01e57803b9b3d5717c37e488 100644 (file)
@@ -108,7 +108,7 @@ $(boottargets-y): vmlinux
 bootimage-$(CONFIG_PPC_PSERIES) := $(boot)/zImage
 bootimage-$(CONFIG_PPC_PMAC) := vmlinux
 bootimage-$(CONFIG_PPC_MAPLE) := $(boot)/zImage
-bootimage-$(CONFIG_PPC_BPA) := zImage
+bootimage-$(CONFIG_PPC_BPA) := $(boot)/zImage
 bootimage-$(CONFIG_PPC_ISERIES) := vmlinux
 BOOTIMAGE := $(bootimage-y)
 install: vmlinux
This page took 0.042223 seconds and 4 git commands to generate.