summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-31 23:25:57 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-31 23:25:57 +0900
commit468eae0660de6fdfd9999944c536ecc4797bd944 (patch)
tree7f76ecceeb33063f148f0072fd126e178df040f0 /Makefile
parent3aeb1ff7482a732503186c742d3a5ded4b7a0d34 (diff)
downloadblackbird-obmc-uboot-468eae0660de6fdfd9999944c536ecc4797bd944.tar.gz
blackbird-obmc-uboot-468eae0660de6fdfd9999944c536ecc4797bd944.zip
sh: Replaced "@./mkconfig" for @$(MKCONFIG)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 56eeda8d90..b1855039a1 100644
--- a/Makefile
+++ b/Makefile
@@ -3049,17 +3049,17 @@ ms7722se_config : unconfig
r2dplus_config : unconfig
@mkdir -p $(obj)include
@echo "#define CONFIG_R2DPLUS 1" > $(obj)include/config.h
- @./mkconfig -a $(@:_config=) sh sh4 r2dplus
+ @$(MKCONFIG) -a $(@:_config=) sh sh4 r2dplus
r7780mp_config: unconfig
@mkdir -p $(obj)include
@echo "#define CONFIG_R7780MP 1" > $(obj)include/config.h
- @./mkconfig -a $(@:_config=) sh sh4 r7780mp
+ @$(MKCONFIG) -a $(@:_config=) sh sh4 r7780mp
sh7763rdp_config : unconfig
@mkdir -p $(obj)include
@echo "#define CONFIG_SH7763RDP 1" > $(obj)include/config.h
- @./mkconfig -a $(@:_config=) sh sh4 sh7763rdp
+ @$(MKCONFIG) -a $(@:_config=) sh sh4 sh7763rdp
sh7785lcr_config : unconfig
@ >include/config.h
OpenPOWER on IntegriCloud