提交 35a74499 编写于 作者: P Paul Mundt

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: NPaul Mundt <lethal@linux-sh.org>
上级 332fd57b
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册