2010-08-18 16:10:43

by Matthew L. Creech

[permalink] [raw]
Subject: [PATCH] powerpc: 2.6.35.2 won't build "uImage" target

I'm assuming it's just a typo, but commit
afaac2588bac3673e5e1c6b73fc054c931535175 renames the "uImage" target
to "uImaged", which breaks my ppc build. Trivial fix included.

Signed-off-by: Matt Creech <[email protected]>
---
arch/powerpc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff -purN orig/arch/powerpc/Makefile linux-2.6.35.2/arch/powerpc/Makefile
--- orig/arch/powerpc/Makefile 2010-08-18 12:02:15.766054443 -0400
+++ linux-2.6.35.2/arch/powerpc/Makefile 2010-08-18
12:02:32.025501666 -0400
@@ -164,7 +164,7 @@ drivers-$(CONFIG_OPROFILE) += arch/power
all: zImage

# With make 3.82 we cannot mix normal and wildcard targets
-BOOT_TARGETS1 := zImage zImage.initrd uImaged
+BOOT_TARGETS1 := zImage zImage.initrd uImage
BOOT_TARGETS2 := zImage% dtbImage% treeImage.% cuImage.% simpleImage.%

PHONY += $(BOOT_TARGETS1) $(BOOT_TARGETS2)

--
Matthew L. Creech