aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2008-02-22 05:57:07 +1100
committerPaul Mackerras <paulus@samba.org>2008-03-13 10:09:26 +1100
commit595be948cce574ff2d5dde5d0426a636a4363c70 (patch)
tree95b7ba3e9955a305d60ef4546e4959f3a66ed6e3 /arch/powerpc/Makefile
parent95ff54f5176a36f65522e46c670a571728328b10 (diff)
downloadkernel_samsung_smdk4412-595be948cce574ff2d5dde5d0426a636a4363c70.zip
kernel_samsung_smdk4412-595be948cce574ff2d5dde5d0426a636a4363c70.tar.gz
kernel_samsung_smdk4412-595be948cce574ff2d5dde5d0426a636a4363c70.tar.bz2
[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>
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r--arch/powerpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index 1c6ce35..ab5cfe8 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -155,7 +155,7 @@ all: zImage
CPPFLAGS_vmlinux.lds := -Upowerpc
-BOOT_TARGETS = zImage zImage.initrd uImage treeImage.% cuImage.%
+BOOT_TARGETS = zImage zImage.initrd uImage zImage% dtbImage% treeImage.% cuImage.%
PHONY += $(BOOT_TARGETS)