diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-22 23:54:34 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:56 -0500 |
commit | 35a74499a4f5abbfcdf85629d696c8cfdbd2167f (patch) | |
tree | 98b770b6b1043b768dbdfce41b47409bf5a99110 /arch | |
parent | 332fd57b92d26e2ac6112340b98e92bb76117a41 (diff) |
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 <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index afe4e6343248..8da11c0cc6d6 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 \ | |||
67 | -R .stab -R .stabstr -S | 67 | -R .stab -R .stabstr -S |
68 | 68 | ||
69 | # Give the various platforms the opportunity to set default image types | 69 | # Give the various platforms the opportunity to set default image types |
70 | defaultimage-$(CONFIG_SUPERH32) := arch/sh/boot/zImage | 70 | defaultimage-$(CONFIG_SUPERH32) := zImage |
71 | 71 | ||
72 | # Set some sensible Kbuild defaults | 72 | # Set some sensible Kbuild defaults |
73 | KBUILD_DEFCONFIG := r7780rp_defconfig | 73 | KBUILD_DEFCONFIG := r7780rp_defconfig |