diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-01-13 10:36:21 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-13 10:36:21 +0100 |
commit | 8a453cac94803910305f7e95cbd157b6bbd88811 (patch) | |
tree | 298e6f0cec8efcecf0e1d7ca113d2181725a60b2 /arch/sh/boards/Makefile | |
parent | sh: Add support for AP-SH4A-3A board. (diff) | |
download | linux-8a453cac94803910305f7e95cbd157b6bbd88811.tar.xz linux-8a453cac94803910305f7e95cbd157b6bbd88811.zip |
sh: Add support for AP-SH4AD-0A board.
This adds preliminary support for the alpha project AP-SH4AD-0A reference
platform (SH7786 based).
Additional platform information available at:
http://www.apnet.co.jp/product/superh/ap-sh4ad-0a.html
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Makefile')
-rw-r--r-- | arch/sh/boards/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/Makefile b/arch/sh/boards/Makefile index 54c0458811ba..975a0f64ff20 100644 --- a/arch/sh/boards/Makefile +++ b/arch/sh/boards/Makefile @@ -14,3 +14,4 @@ obj-$(CONFIG_SH_POLARIS) += board-polaris.o obj-$(CONFIG_SH_TITAN) += board-titan.o obj-$(CONFIG_SH_SH7757LCR) += board-sh7757lcr.o obj-$(CONFIG_SH_APSH4A3A) += board-apsh4a3a.o +obj-$(CONFIG_SH_APSH4AD0A) += board-apsh4ad0a.o |