lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 18 Aug 2010 12:10:39 -0400
From:	"Matthew L. Creech" <mlcreech@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	sam@...nborg.org, gregkh@...e.de
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 <mlcreech@...il.com>
---
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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ