diff options
author | Wolfgang Denk <wd@denx.de> | 2008-06-11 22:54:47 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-06-11 22:54:47 +0200 |
commit | b77cddc7b52acd4ed78830ac681a398dd3053938 (patch) | |
tree | dab1f62cccef0dfb5d7f9ff9e1b87328cd425848 /Makefile | |
parent | 1a5017601f6d17caedaa2bf069485d3e4155f1c0 (diff) | |
parent | 7faddaecea52f585f538fdf9c2e61f85a789b19c (diff) | |
download | u-boot-midas-b77cddc7b52acd4ed78830ac681a398dd3053938.tar.gz u-boot-midas-b77cddc7b52acd4ed78830ac681a398dd3053938.tar.bz2 u-boot-midas-b77cddc7b52acd4ed78830ac681a398dd3053938.zip |
Merge branch 'master' of git://www.denx.de/git/u-boot-sh
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2944,6 +2944,11 @@ r2dplus_config : unconfig @echo "#define CONFIG_R2DPLUS 1" >> include/config.h @./mkconfig -a $(@:_config=) sh sh4 r2dplus +sh7763rdp_config : unconfig + @ >include/config.h + @echo "#define CONFIG_SH7763RDP 1" >> include/config.h + @./mkconfig -a $(@:_config=) sh sh4 sh7763rdp + #======================================================================== # SPARC #======================================================================== |