From: Peter Griffin <pgriffin@mpc-data.co.uk>
Date: Tue, 10 Feb 2009 16:44:45 +0000 (+0000)
Subject: sh: Fix rsk7203 in tree build
X-Git-Tag: v2025.01-rc5-pxa1908~21419
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=4d41650eec959668280a612467bd95c7b8398513;p=u-boot.git

sh: Fix rsk7203 in tree build

Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
---

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