From: Grant Likely <[EMAIL PROTECTED]> Without simpleImage% in the BOOT_TARGETS list, it is impossible to build any of the simpleImages.
Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- Paulus, this is a bug fix for .26. I'll send you a pull request early next week with this in it if nobody sees a problem. Cheers, g. arch/powerpc/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 9dcdc03..86096cc 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -154,7 +154,7 @@ all: zImage CPPFLAGS_vmlinux.lds := -Upowerpc -BOOT_TARGETS = zImage zImage.initrd uImage zImage% dtbImage% treeImage.% cuImage.% +BOOT_TARGETS = zImage zImage.initrd uImage zImage% dtbImage% treeImage.% cuImage.% simpleImage.% PHONY += $(BOOT_TARGETS) _______________________________________________ Linuxppc-dev mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-dev
