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

From: Matthew L. Creech
Date: Wed Aug 18 2010 - 12:10:47 EST


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 <mlcreech@xxxxxxxxx>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/