Skip to content

Commit

Permalink
sh: Fix up default zImage target for sh32.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 332fd57 commit 35a7449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35a7449

Please sign in to comment.