sh: Specify sane default image targets for the SH-2 platforms.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 18 Nov 2008 08:35:45 +0000 (17:35 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:42:53 +0000 (18:42 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Makefile

index 22a1794287adc8f11f0b592523b36d7202a5d0b3..227207b9b7a0b2683a90080cdf484d27542f8248 100644 (file)
@@ -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
This page took 0.024957 seconds and 5 git commands to generate.