[PATCH] [POWERPC] bootwrapper: add simpleImage* to list of boot targets
Grant Likely
grant.likely at secretlab.ca
Sat May 24 16:11:51 EST 2008
From: Grant Likely <grant.likely at secretlab.ca>
Without simpleImage% in the BOOT_TARGETS list, it is impossible to
build any of the simpleImages.
Signed-off-by: Grant Likely <grant.likely at secretlab.ca>
---
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)
More information about the Linuxppc-dev
mailing list