From: Peter Griffin Date: Tue, 10 Feb 2009 16:44:45 +0000 (+0000) Subject: sh: Fix rsk7203 in tree build X-Git-Tag: v2009.03-rc1~9 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=4d41650eec959668280a612467bd95c7b8398513 sh: Fix rsk7203 in tree build Signed-off-by: Peter Griffin --- diff --git a/Makefile b/Makefile index 5ac2980296..eed6f88282 100644 --- a/Makefile +++ b/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 #########################################################################