sh: Fix rsk7203 in tree build

Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
This commit is contained in:
Peter Griffin 2009-02-10 16:44:45 +00:00 committed by Wolfgang Denk
parent fca0cecff7
commit 4d41650eec
1 changed files with 1 additions and 1 deletions

View File

@ -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
#########################################################################