Hi, 2008/11/12 Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > Makefile | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Makefile b/Makefile > index e4a184f..005b637 100644 > --- a/Makefile > +++ b/Makefile > @@ -3147,7 +3147,7 @@ mimc200_config : unconfig > rsk7203_config: unconfig > @ >include/config.h > @echo "#define CONFIG_RSK7203 1" >> include/config.h > - @./mkconfig -a $(@:_config=) sh sh2 rsk7203 renesas > + @$(MKCONFIG) -a $(@:_config=) sh sh2 rsk7203 renesas > > ######################################################################### > ## sh3 (Renesas SuperH) > @@ -3170,7 +3170,7 @@ ms7720se_config: unconfig > MigoR_config : unconfig > @mkdir -p $(obj)include > @echo "#define CONFIG_MIGO_R 1" > $(obj)include/config.h > - @./mkconfig -a $(@:_config=) sh sh4 MigoR renesas > + @$(MKCONFIG) -a $(@:_config=) sh sh4 MigoR renesas > > ms7750se_config: unconfig > @mkdir -p $(obj)include > -- > 1.5.6.5
Applied, thanks. Best regards, Nobuhiro -- Nobuhiro Iwamatsu _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

