[PATCH] define defaultimage for pseries
Mike Wolf
mjw at us.ibm.com
Thu May 4 05:11:14 EST 2006
Need to define defaultimage in arch/powerpc/Makefile
so that make rpm will work.
Signed-off-by: Mike Wolf <mjw at us.ibm.com>
---
--- 21959/arch/powerpc/Makefile.orig 2006-05-03 12:40:00.648340168 -0500
+++ 21959/arch/powerpc/Makefile 2006-05-03 13:49:53.754321760 -0500
@@ -141,6 +141,7 @@
# Default to zImage, override when needed
defaultimage-y := zImage
defaultimage-$(CONFIG_PPC_ISERIES) := vmlinux
+defaultimage-$(CONFIG_PPC_PSERIES) := vmlinux
defaultimage-$(CONFIG_DEFAULT_UIMAGE) := uImage
KBUILD_IMAGE := $(defaultimage-y)
all: $(KBUILD_IMAGE)
More information about the Linuxppc-dev
mailing list