[POWERPC] Fix zImage-dtb.initrd build error
authorGrant Likely <grant.likely@secretlab.ca>
Thu, 21 Feb 2008 18:57:07 +0000 (05:57 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 12 Mar 2008 23:09:26 +0000 (10:09 +1100)
commit595be948cce574ff2d5dde5d0426a636a4363c70
tree95b7ba3e9955a305d60ef4546e4959f3a66ed6e3
parent95ff54f5176a36f65522e46c670a571728328b10
[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 <grant.likely@secretlab.ca>
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/Makefile
arch/powerpc/boot/Makefile