diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-12-03 23:57:40 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-12-03 23:57:40 -0500 |
commit | 8144a7dd51712ab58d052f4df4420768ec5489ef (patch) | |
tree | 17905b833fd75754f3b548a063fab1be064052b9 /arch/sh/Makefile | |
parent | a65d0d79c49ca6e220f770e49416e924fd9ecaec (diff) |
sh: Add default uImage rule for se7724, ap325rxa, and migor.
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 3ce000eb5570..ac17c5ac550e 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -78,6 +78,9 @@ defaultimage-$(CONFIG_SUPERH32) := zImage | |||
78 | defaultimage-$(CONFIG_SH_SH7785LCR) := uImage | 78 | defaultimage-$(CONFIG_SH_SH7785LCR) := uImage |
79 | defaultimage-$(CONFIG_SH_RSK) := uImage | 79 | defaultimage-$(CONFIG_SH_RSK) := uImage |
80 | defaultimage-$(CONFIG_SH_URQUELL) := uImage | 80 | defaultimage-$(CONFIG_SH_URQUELL) := uImage |
81 | defaultimage-$(CONFIG_SH_MIGOR) := uImage | ||
82 | defaultimage-$(CONFIG_SH_AP325RXA) := uImage | ||
83 | defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage | ||
81 | defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux | 84 | defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux |
82 | defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux | 85 | defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux |
83 | 86 | ||