From: Paul Mundt Date: Fri, 23 Nov 2007 04:54:34 +0000 (+0900) Subject: sh: Fix up default zImage target for sh32. X-Git-Tag: upstream/snapshot3+hdmi~28350^2~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35a74499a4f5abbfcdf85629d696c8cfdbd2167f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git sh: Fix up default zImage target for sh32. 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 --- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index afe4e63..8da11c0 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -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