* [PATCH] define defaultimage for pseries
@ 2006-05-03 19:11 Mike Wolf
2006-05-03 22:23 ` Paul Mackerras
0 siblings, 1 reply; 2+ messages in thread
From: Mike Wolf @ 2006-05-03 19:11 UTC (permalink / raw)
To: linuxppc-dev
Need to define defaultimage in arch/powerpc/Makefile
so that make rpm will work.
Signed-off-by: Mike Wolf <mjw@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)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-05-03 22:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-03 19:11 [PATCH] define defaultimage for pseries Mike Wolf
2006-05-03 22:23 ` Paul Mackerras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox