
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
---

 memhotplug-dave/arch/ppc64/Makefile      |    1 +
 memhotplug-dave/arch/ppc64/boot/Makefile |    1 +
 2 files changed, 2 insertions(+)

diff -puN arch/ppc64/boot/Makefile~ppc64-install-order arch/ppc64/boot/Makefile
--- memhotplug/arch/ppc64/boot/Makefile~ppc64-install-order	2005-04-11 15:49:48.000000000 -0700
+++ memhotplug-dave/arch/ppc64/boot/Makefile	2005-04-11 15:49:48.000000000 -0700
@@ -112,6 +112,7 @@ $(obj)/imagesize.c: vmlinux.strip
 		>> $(obj)/imagesize.c
 
 install: $(CONFIGURE) $(BOOTIMAGE)
+	echo BOOTIMAGE: "$(BOOTIMAGE)"
 	sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)" "$(BOOTIMAGE)"
 
 clean-files := $(addprefix $(objtree)/, $(obj-boot) vmlinux.strip)
diff -puN arch/ppc64/Makefile~ppc64-install-order arch/ppc64/Makefile
--- memhotplug/arch/ppc64/Makefile~ppc64-install-order	2005-04-11 15:49:48.000000000 -0700
+++ memhotplug-dave/arch/ppc64/Makefile	2005-04-11 15:49:48.000000000 -0700
@@ -92,6 +92,7 @@ bootimage-$(CONFIG_PPC_MAPLE) := $(boot)
 bootimage-$(CONFIG_PPC_ISERIES) := vmlinux
 BOOTIMAGE := $(bootimage-y)
 install: vmlinux
+	echo topset BOOTIMAGE: $(BOOTIMAGE)
 	$(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) $@
 
 defaultimage-$(CONFIG_PPC_PSERIES) := zImage
_
