summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKieran Bingham <kieranbingham@gmail.com>2008-12-30 01:16:03 +0000
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2009-01-16 10:22:27 +0900
commita5b04d00bfeb940c62232972ce644d50b45797f9 (patch)
treedc69df27186d66f99acf3dd409428d1ab7491d65 /Makefile
parentf7e78f3b74aae9caca2997bad865a72338326c0a (diff)
downloadblackbird-obmc-uboot-a5b04d00bfeb940c62232972ce644d50b45797f9.tar.gz
blackbird-obmc-uboot-a5b04d00bfeb940c62232972ce644d50b45797f9.zip
sh: Fix up rsk7203 target for out of tree build
Fix up rsk7203 target to build successfully using out-of-tree build. Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ecde92b4c1..8fb1e2ae2f 100644
--- a/Makefile
+++ b/Makefile
@@ -3230,8 +3230,8 @@ mimc200_config : unconfig
## sh2 (Renesas SuperH)
#########################################################################
rsk7203_config: unconfig
- @ >include/config.h
- @echo "#define CONFIG_RSK7203 1" >> include/config.h
+ @mkdir -p $(obj)include
+ @echo "#define CONFIG_RSK7203 1" > $(obj)/include/config.h
@$(MKCONFIG) -a $(@:_config=) sh sh2 rsk7203 renesas
#########################################################################
OpenPOWER on IntegriCloud