From: Paul Mundt Date: Tue, 18 Nov 2008 08:35:45 +0000 (+0900) Subject: sh: Specify sane default image targets for the SH-2 platforms. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=709420dd4e75083ee7920e61c2d0bcc3db9b7405;p=mv-sheeva.git sh: Specify sane default image targets for the SH-2 platforms. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 22a1794287a..227207b9b7a 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -63,6 +63,9 @@ OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ # Give the various platforms the opportunity to set default image types defaultimage-$(CONFIG_SUPERH32) := zImage defaultimage-$(CONFIG_SH_SH7785LCR) := uImage +defaultimage-$(CONFIG_SH_RSK7203) := uImage +defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux +defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux # Set some sensible Kbuild defaults KBUILD_DEFCONFIG := shx3_defconfig