diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-10-24 10:32:14 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-10-31 23:04:18 +0900 |
commit | f84e6ea275353b8fea772ec7553ff7e4b1f642e0 (patch) | |
tree | bc7f5b3cc13cd622ddd7153ff90cb54327a1a445 /Makefile | |
parent | 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c (diff) | |
download | u-boot-imx-f84e6ea275353b8fea772ec7553ff7e4b1f642e0.zip u-boot-imx-f84e6ea275353b8fea772ec7553ff7e4b1f642e0.tar.gz u-boot-imx-f84e6ea275353b8fea772ec7553ff7e4b1f642e0.tar.bz2 |
sh: ap325rxa: Moved ap325rxa board to board/renesas
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3179,7 +3179,7 @@ sh7785lcr_config : unconfig ap325rxa_config : unconfig @mkdir -p $(obj)include @echo "#define CONFIG_AP325RXA 1" > $(obj)include/config.h - @$(MKCONFIG) -a $(@:_config=) sh sh4 ap325rxa + @$(MKCONFIG) -a $(@:_config=) sh sh4 ap325rxa renesas #======================================================================== # SPARC |