[patch 40/43] ppc64: reenable make install with defconfig
akpm at osdl.org
akpm at osdl.org
Sat Oct 29 10:46:55 EST 2005
From: Olaf Hering <olh at suse.de>
'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 <olh at suse.de>
Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Cc: Paul Mackerras <paulus at samba.org>
Signed-off-by: Andrew Morton <akpm at osdl.org>
---
arch/ppc64/Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN arch/ppc64/Makefile~ppc64-reenable-make-install-with-defconfig arch/ppc64/Makefile
--- devel/arch/ppc64/Makefile~ppc64-reenable-make-install-with-defconfig 2005-10-28 17:44:05.000000000 -0700
+++ devel-akpm/arch/ppc64/Makefile 2005-10-28 17:44:05.000000000 -0700
@@ -103,7 +103,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
_
More information about the Linuxppc-dev
mailing list