diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2011-11-01 14:57:01 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-11-01 16:01:12 +0900 |
commit | e857bfd4604a3a4edaf9c7038db880d9f78aecbd (patch) | |
tree | 0451c2a88381e571fedd69fd7d2a99a19f79d7d7 /arch/sh/Makefile | |
parent | 389cc10cbdde1a9225eac51318fb30e2039135ad (diff) | |
download | op-kernel-dev-e857bfd4604a3a4edaf9c7038db880d9f78aecbd.zip op-kernel-dev-e857bfd4604a3a4edaf9c7038db880d9f78aecbd.tar.gz |
sh: Add default uImage rule for sh7757lcr
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 99385d0..3fc0f41 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -80,6 +80,7 @@ defaultimage-$(CONFIG_SH_RSK) := uImage defaultimage-$(CONFIG_SH_URQUELL) := uImage defaultimage-$(CONFIG_SH_MIGOR) := uImage defaultimage-$(CONFIG_SH_AP325RXA) := uImage +defaultimage-$(CONFIG_SH_SH7757LCR) := uImage defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux |