diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-10-24 10:36:13 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-10-31 23:04:38 +0900 |
commit | 78385bf2359d828184d0b3649f7ae6b933420000 (patch) | |
tree | 5db40fb55aa2febc85a828c62ad730353846223c /Makefile | |
parent | c6525d459c350bfc246ea7826456af77e1e314eb (diff) | |
download | u-boot-78385bf2359d828184d0b3649f7ae6b933420000.zip u-boot-78385bf2359d828184d0b3649f7ae6b933420000.tar.gz u-boot-78385bf2359d828184d0b3649f7ae6b933420000.tar.bz2 |
sh: sh7763rdp: Moved sh7763rdp 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
@@ -3169,7 +3169,7 @@ r7780mp_config: unconfig sh7763rdp_config : unconfig @mkdir -p $(obj)include @echo "#define CONFIG_SH7763RDP 1" > $(obj)include/config.h - @$(MKCONFIG) -a $(@:_config=) sh sh4 sh7763rdp + @$(MKCONFIG) -a $(@:_config=) sh sh4 sh7763rdp renesas sh7785lcr_config : unconfig @ >include/config.h |