summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2007-09-23 02:38:42 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2007-09-23 02:38:42 +0900
commitd91ea45d15cf8e0987456bd211ffbb650824b6f1 (patch)
treefa32093a0c9495a775c9af6ba33f7dd27fb10e1f /Makefile
parent6c0bbdccd379f5c8702af9e0765294c2fb7472a6 (diff)
downloadtalos-obmc-uboot-d91ea45d15cf8e0987456bd211ffbb650824b6f1.tar.gz
talos-obmc-uboot-d91ea45d15cf8e0987456bd211ffbb650824b6f1.zip
sh: Update Makefile
Add support MS7722SE01 to Makefile. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9ae11e2563..86bc753286 100644
--- a/Makefile
+++ b/Makefile
@@ -2603,6 +2603,11 @@ ms7750se_config: unconfig
@echo "#define CONFIG_MS7750SE 1" >> include/config.h
@./mkconfig -a $(@:_config=) sh sh4 ms7750se
+ms7722se_config : unconfig
+ @ >include/config.h
+ @echo "#define CONFIG_MS7722SE 1" >> include/config.h
+ @./mkconfig -a $(@:_config=) sh sh4 ms7722se
+
#########################################################################
#########################################################################
#########################################################################
OpenPOWER on IntegriCloud