mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
sh: Fix rsk7203 in tree build
Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
This commit is contained in:
parent
fca0cecff7
commit
4d41650eec
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3343,7 +3343,7 @@ mimc200_config : unconfig
|
|||
#########################################################################
|
||||
rsk7203_config: unconfig
|
||||
@mkdir -p $(obj)include
|
||||
@echo "#define CONFIG_RSK7203 1" > $(obj)/include/config.h
|
||||
@echo "#define CONFIG_RSK7203 1" > $(obj)include/config.h
|
||||
@$(MKCONFIG) -a $(@:_config=) sh sh2 rsk7203 renesas
|
||||
|
||||
#########################################################################
|
||||
|
|
Loading…
Reference in a new issue