summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@rahute.(none)>2007-05-13 21:01:03 +0900
committerNobuhiro Iwamatsu <iwamatsu@rahute.(none)>2007-05-13 21:01:03 +0900
commit69df3c4da0c93017cceb25a366e794570bd0ed98 (patch)
tree5452f064f3f42d55d05b30c88601171214db7787 /Makefile
parent0b135cfc2e524dc249b75057b55dd4cc09842e27 (diff)
downloadtalos-obmc-uboot-69df3c4da0c93017cceb25a366e794570bd0ed98.tar.gz
talos-obmc-uboot-69df3c4da0c93017cceb25a366e794570bd0ed98.zip
sh: MS7750SE support.
This adds support for the Hitachi MS7750SE. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1a9b3d2600..6001d1d18f 100644
--- a/Makefile
+++ b/Makefile
@@ -2408,6 +2408,18 @@ atstk1002_config : unconfig
#########################################################################
#########################################################################
+#########################################################################
+## sh4 (Renesas SuperH)
+#########################################################################
+ms7750se_config: unconfig
+ @ >include/config.h
+ @echo "#define CONFIG_MS7750SE 1" >> include/config.h
+ @./mkconfig -a $(@:_config=) sh sh4 ms7750se
+
+#########################################################################
+#########################################################################
+#########################################################################
+
clean:
find $(OBJTREE) -type f \
\( -name 'core' -o -name '*.bak' -o -name '*~' \
OpenPOWER on IntegriCloud