diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2006-02-02 15:41:48 -0800 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-02-10 16:59:53 +1100 |
commit | 774fee58c465ea1c7e9775e347ec307bcf2deeb3 (patch) | |
tree | 6c608c388772d9e75251bfde7b1d6541331895de /arch/powerpc/Makefile | |
parent | 2ef9481e666b4654159ac9f847e6963809e3c470 (diff) | |
download | kernel-crypto-774fee58c465ea1c7e9775e347ec307bcf2deeb3.tar.gz kernel-crypto-774fee58c465ea1c7e9775e347ec307bcf2deeb3.tar.xz kernel-crypto-774fee58c465ea1c7e9775e347ec307bcf2deeb3.zip |
[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 <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r-- | arch/powerpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |