]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] powerpc: Add missing vmlinux.bin target
authorGeoff Levand <geoffrey.levand@am.sony.com>
Thu, 2 Feb 2006 23:41:48 +0000 (15:41 -0800)
committerPaul Mackerras <paulus@samba.org>
Fri, 10 Feb 2006 05:59:53 +0000 (16:59 +1100)
With this patch 'make vmlinux.bin' works.  This is needed by
some embedded platforms.  Kumar already added the routines
to actually build the image in arch/powerpc/boot/Makefile.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/Makefile

index 15fc3e98ac5c1d08a7ee7a61c28d2c07fc58c4de..81d3b3ddc206a76f85c1b3433ab460401db946b8 100644 (file)
@@ -148,7 +148,7 @@ all: $(KBUILD_IMAGE)
 
 CPPFLAGS_vmlinux.lds   := -Upowerpc
 
-BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd vmlinux.sm uImage
+BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd vmlinux.sm uImage vmlinux.bin
 
 .PHONY: $(BOOT_TARGETS)