From c133c1fb0b590662206b0eba70f4478ee0300a9a Mon Sep 17 00:00:00 2001 From: Yusuke Goda Date: Tue, 11 Mar 2008 12:55:12 +0900 Subject: sh: Add support Renesas Solutions R7780MP Renesas Solutions R7780MP is a reference board on SH7780. This board has serial, 10/100 base Ethernet deivice, CF slot and VGA devices. This board can set extension board. Extension board has 10/100/1000 base Ethernet device, PCI slot, S-ATA, iDVR slot. Signed-off-by: Yusuke Goda Signed-off-by: Nobuhiro Iwamatsu --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 01928866a4..948108b4c2 100644 --- a/Makefile +++ b/Makefile @@ -2857,6 +2857,11 @@ MigoR_config : unconfig @echo "#define CONFIG_MIGO_R 1" >> include/config.h @./mkconfig -a $(@:_config=) sh sh4 MigoR +r7780mp_config: unconfig + @ >include/config.h + @echo "#define CONFIG_R7780MP 1" >> include/config.h + @./mkconfig -a $(@:_config=) sh sh4 r7780mp + ######################################################################### ######################################################################### ######################################################################### -- cgit v1.2.3