sh: Add support for MS7720RP02 board

Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
diff --git a/Makefile b/Makefile
index 8a888b9..c322c5c 100644
--- a/Makefile
+++ b/Makefile
@@ -2750,6 +2750,14 @@
 #########################################################################
 
 #########################################################################
+## sh3 (Renesas SuperH)
+#########################################################################
+ms7720se_config: unconfig
+	@ >include/config.h
+	@echo "#define CONFIG_MS7720SE 1" >> include/config.h
+	@./mkconfig -a $(@:_config=) sh sh3 ms7720se
+
+#########################################################################
 ## sh4 (Renesas SuperH)
 #########################################################################
 ms7750se_config: unconfig