diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-11-18 03:35:45 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:42:53 -0500 |
commit | 709420dd4e75083ee7920e61c2d0bcc3db9b7405 (patch) | |
tree | cb4b1026ad60ddd042e04a39bef7f589dd4e8c04 /arch/sh/Makefile | |
parent | 1aad54a99b6ce316c851ba99b2efe41998cfd37d (diff) |
sh: Specify sane default image targets for the SH-2 platforms.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 22a1794287ad..227207b9b7a0 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 \ | |||
63 | # Give the various platforms the opportunity to set default image types | 63 | # Give the various platforms the opportunity to set default image types |
64 | defaultimage-$(CONFIG_SUPERH32) := zImage | 64 | defaultimage-$(CONFIG_SUPERH32) := zImage |
65 | defaultimage-$(CONFIG_SH_SH7785LCR) := uImage | 65 | defaultimage-$(CONFIG_SH_SH7785LCR) := uImage |
66 | defaultimage-$(CONFIG_SH_RSK7203) := uImage | ||
67 | defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux | ||
68 | defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux | ||
66 | 69 | ||
67 | # Set some sensible Kbuild defaults | 70 | # Set some sensible Kbuild defaults |
68 | KBUILD_DEFCONFIG := shx3_defconfig | 71 | KBUILD_DEFCONFIG := shx3_defconfig |