summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/Makefile
diff options
context:
space:
mode:
authorPaul Mundt2011-01-13 10:32:42 +0100
committerPaul Mundt2011-01-13 10:32:42 +0100
commitbc34b0850be0aa99a49b714ea8a495fbe9a8c273 (patch)
treef5e46d0bc19e2525c3eafb71b26310cc42389dde /arch/sh/boards/Makefile
parentsh: Add a new mach type for alpha project boards. (diff)
downloadkernel-qcow2-linux-bc34b0850be0aa99a49b714ea8a495fbe9a8c273.tar.gz
kernel-qcow2-linux-bc34b0850be0aa99a49b714ea8a495fbe9a8c273.tar.xz
kernel-qcow2-linux-bc34b0850be0aa99a49b714ea8a495fbe9a8c273.zip
sh: Add support for AP-SH4A-3A board.
This adds preliminary support for the alpha project AP-SH4A-3A reference platform (SH7785 based). Additional paltform information available at: http://www.apnet.co.jp/product/superh/ap-sh4a-3a.html Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Makefile')
-rw-r--r--arch/sh/boards/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/Makefile b/arch/sh/boards/Makefile
index be7d11d04b26..54c0458811ba 100644
--- a/arch/sh/boards/Makefile
+++ b/arch/sh/boards/Makefile
@@ -13,3 +13,4 @@ obj-$(CONFIG_SH_ESPT) += board-espt.o
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