Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 774fee58 authored by Geoff Levand's avatar Geoff Levand Committed by Paul Mackerras
Browse files

[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: default avatarGeoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 2ef9481e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -148,7 +148,7 @@ all: $(KBUILD_IMAGE)


CPPFLAGS_vmlinux.lds	:= -Upowerpc
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)
.PHONY: $(BOOT_TARGETS)