diff options
author | Kieran Bingham <kieranbingham@gmail.com> | 2008-12-30 01:16:03 +0000 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2009-01-16 10:22:27 +0900 |
commit | a5b04d00bfeb940c62232972ce644d50b45797f9 (patch) | |
tree | dc69df27186d66f99acf3dd409428d1ab7491d65 /Makefile | |
parent | f7e78f3b74aae9caca2997bad865a72338326c0a (diff) | |
download | u-boot-imx-a5b04d00bfeb940c62232972ce644d50b45797f9.zip u-boot-imx-a5b04d00bfeb940c62232972ce644d50b45797f9.tar.gz u-boot-imx-a5b04d00bfeb940c62232972ce644d50b45797f9.tar.bz2 |
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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ######################################################################### |