mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
sh: fix rsk7203 and MigoR out of tree build
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
2145188bea
commit
9a1d3557dc
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -3210,7 +3210,7 @@ mimc200_config : unconfig
|
||||||
rsk7203_config: unconfig
|
rsk7203_config: unconfig
|
||||||
@ >include/config.h
|
@ >include/config.h
|
||||||
@echo "#define CONFIG_RSK7203 1" >> 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)
|
## sh3 (Renesas SuperH)
|
||||||
|
@ -3233,7 +3233,7 @@ ms7720se_config: unconfig
|
||||||
MigoR_config : unconfig
|
MigoR_config : unconfig
|
||||||
@mkdir -p $(obj)include
|
@mkdir -p $(obj)include
|
||||||
@echo "#define CONFIG_MIGO_R 1" > $(obj)include/config.h
|
@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
|
ms7750se_config: unconfig
|
||||||
@mkdir -p $(obj)include
|
@mkdir -p $(obj)include
|
||||||
|
|
Loading…
Reference in a new issue