32910e2c52
This adds support for the ESPT-Giga (Ethernet Serial Parallel Translator) SH7763-based reference board. Board support is relatively sparse, presently supporting serial, gigabit ethernet, USB host, and MTD. More information (in Japanese) available at: http://www.cente.jp/product/cente_hard/ESPT-Giga.html Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
11 lines
381 B
Makefile
11 lines
381 B
Makefile
#
|
|
# Specific board support, not covered by a mach group.
|
|
#
|
|
obj-$(CONFIG_SH_AP325RXA) += board-ap325rxa.o
|
|
obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o
|
|
obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o
|
|
obj-$(CONFIG_SH_URQUELL) += board-urquell.o
|
|
obj-$(CONFIG_SH_SHMIN) += board-shmin.o
|
|
obj-$(CONFIG_SH_EDOSK7760) += board-edosk7760.o
|
|
obj-$(CONFIG_SH_ESPT) += board-espt.o
|