linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add zImage / uImage to default builds
@ 2006-01-12 21:23 Tom Rini
  0 siblings, 0 replies; only message in thread
From: Tom Rini @ 2006-01-12 21:23 UTC (permalink / raw)
  To: linuxppc64-dev, linuxppc-dev

This adds uImage and zImage to the list of default build targets on
ARCH=powerpc to match ARCH=ppc

Signed-off-by: Tom Rini <trini@kernel.crashing.org>

diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index 5f80e58..ad19028 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -60,6 +60,8 @@ endif
 
 LDFLAGS_vmlinux	:= -Bstatic
 
+all: uImage zImage
+
 # The -Iarch/$(ARCH)/include is temporary while we are merging
 CPPFLAGS-$(CONFIG_PPC32) := -Iarch/$(ARCH) -Iarch/$(ARCH)/include
 AFLAGS-$(CONFIG_PPC32)	:= -Iarch/$(ARCH)

-- 
Tom Rini
http://gate.crashing.org/~trini/

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-12 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-12 21:23 [PATCH] Add zImage / uImage to default builds Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).