From: Geoff Levand Date: Thu, 2 Feb 2006 23:41:48 +0000 (-0800) Subject: [PATCH] powerpc: Add missing vmlinux.bin target X-Git-Tag: v2.6.17-rc1~1117^2~31 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=774fee58c465ea1c7e9775e347ec307bcf2deeb3;p=~emulex%2Finfiniband.git [PATCH] powerpc: Add missing vmlinux.bin target 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 Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 15fc3e98ac5..81d3b3ddc20 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -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)