aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@gate.crashing.org>2005-11-23 12:43:15 -0600
committerPaul Mackerras <paulus@samba.org>2006-01-09 14:50:21 +1100
commit8c441a57d789e59ba9cc7f652a028b4a7e5471f7 (patch)
tree2c482abfc3b710fc1828b3faa6d9053fee848a7b /arch/powerpc/Makefile
parentpowerpc: more iseries irq work (diff)
downloadlinux-dev-8c441a57d789e59ba9cc7f652a028b4a7e5471f7.tar.xz
linux-dev-8c441a57d789e59ba9cc7f652a028b4a7e5471f7.zip
[PATCH] powerpc: Add support for building uImages
powerpc: Add support for building uImages Add support to build a kernel image bootable by u-boot. Most of the makefile foo is taken from arch/ppc/boot/images/Makefile Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r--arch/powerpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index a13eb575f834..5f80e58e5cb3 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -151,7 +151,7 @@ CPPFLAGS_vmlinux.lds := -Upowerpc
# All the instructions talk about "make bzImage".
bzImage: zImage
-BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd vmlinux.sm
+BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd vmlinux.sm uImage
.PHONY: $(BOOT_TARGETS)