]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: Fix up default zImage target for sh32.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 23 Nov 2007 04:54:34 +0000 (13:54 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:56 +0000 (13:18 +0900)
This was using the absolute path, which was confusing the make target.
Switch it to just 'zImage', as per powerpc.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Makefile

index afe4e6343248ac28e3a1c0dd07bc5fec6cae6c49..8da11c0cc6d656c219c2d9295f62d4249b52aacc 100644 (file)
@@ -67,7 +67,7 @@ OBJCOPYFLAGS  := -O binary -R .note -R .note.gnu.build-id -R .comment \
                   -R .stab -R .stabstr -S
 
 # Give the various platforms the opportunity to set default image types
-defaultimage-$(CONFIG_SUPERH32)        := arch/sh/boot/zImage
+defaultimage-$(CONFIG_SUPERH32)        := zImage
 
 # Set some sensible Kbuild defaults
 KBUILD_DEFCONFIG       := r7780rp_defconfig