From: Grant Likely Date: Thu, 21 Feb 2008 18:57:07 +0000 (+1100) Subject: [POWERPC] Fix zImage-dtb.initrd build error X-Git-Tag: v2.6.25-rc6~30^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=595be948cce574ff2d5dde5d0426a636a4363c70;p=pandora-kernel.git [POWERPC] Fix zImage-dtb.initrd build error The pattern substitution rules were failing when used with zImage-dtb targets. If zImage-dtb.initrd was selected, the pattern substitution would generate "zImage.initrd-dtb" instead of "zImage-dtb.initrd" which caused the build to fail. This renames zImage-dtb to dtbImage to avoid the problem entirely. By not using the zImage prefix then is no potential for namespace collisions. Signed-off-by: Grant Likely Acked-by: Geoff Levand Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed