[U-Boot-Users] [PATCH] sh: Update Makefile

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Mon Nov 26 17:24:00 CET 2007


On 00:40 Tue 27 Nov     , Nobuhiro Iwamatsu wrote:
> Hello,
> 
> Thank you for your comments.
> 
> On Sat, 24 Nov 2007 22:17:25 +0100
> Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> wrote:
> 
> > > +	@echo "#define CONFIG_MS7722SE 1" >> include/config.h
> > > +	@./mkconfig -a $(@:_config=) sh sh4 ms7722se
> > > +
> > >  #########################################################################
> > >  #########################################################################
> > >  #########################################################################
> > I think you'd create the SH arch into Makefile and add your board.
A typo

 I think you'd create the SH arch into MAKEALL and add your board.

 I join the patch

Best Regards,
J.

> I'm sorry. 
> I don't understand you wrote. Could you teach in detail?
> 
> regards,
>  Nobuhiro
> -- 
> Nobuhiro Iwamatsu
> 	iwamatsu at nigauri.org
> 	iwamatsu at debian.or.jp
> 
> 	GPG ID : 3170EBE9
-------------- next part --------------
diff --git a/MAKEALL b/MAKEALL
index a02412b..c83bc5b 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -655,6 +655,22 @@ LIST_blackfin="		\
 	bf561-ezkit	\
 "
 
+#########################################################################
+## SH Systems
+#########################################################################
+
+LIST_sh4="		\
+	ms7722se	\
+"
+
+LIST_sh3=""
+
+
+LIST_sh="		\
+	${LIST_sh3}	\
+	${LIST_sh4}	\
+"
+
 #-----------------------------------------------------------------------
 
 #----- for now, just run PPC by default -----
@@ -689,7 +705,9 @@ do
 	mips|mips_el| \
 	nios|nios2| \
 	ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \
-	x86|I486|TSEC)
+	x86|I486|TSEC| \
+	sh|sh4|sh3 \
+	)
 			for target in `eval echo '$LIST_'${arg}`
 			do
 				build_target ${target}


More information about the U-Boot mailing list