diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-12-04 13:57:40 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-12-04 13:57:40 +0900 |
commit | 8144a7dd51712ab58d052f4df4420768ec5489ef (patch) | |
tree | 17905b833fd75754f3b548a063fab1be064052b9 /arch/sh/Makefile | |
parent | a65d0d79c49ca6e220f770e49416e924fd9ecaec (diff) | |
download | op-kernel-dev-8144a7dd51712ab58d052f4df4420768ec5489ef.zip op-kernel-dev-8144a7dd51712ab58d052f4df4420768ec5489ef.tar.gz |
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 3ce000e..ac17c5a 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -78,6 +78,9 @@ defaultimage-$(CONFIG_SUPERH32) := zImage defaultimage-$(CONFIG_SH_SH7785LCR) := uImage defaultimage-$(CONFIG_SH_RSK) := uImage defaultimage-$(CONFIG_SH_URQUELL) := uImage +defaultimage-$(CONFIG_SH_MIGOR) := uImage +defaultimage-$(CONFIG_SH_AP325RXA) := uImage +defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux |