summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-06-11 22:54:47 +0200
committerWolfgang Denk <wd@denx.de>2008-06-11 22:54:47 +0200
commitb77cddc7b52acd4ed78830ac681a398dd3053938 (patch)
treedab1f62cccef0dfb5d7f9ff9e1b87328cd425848 /Makefile
parent1a5017601f6d17caedaa2bf069485d3e4155f1c0 (diff)
parent7faddaecea52f585f538fdf9c2e61f85a789b19c (diff)
downloadu-boot-imx-b77cddc7b52acd4ed78830ac681a398dd3053938.zip
u-boot-imx-b77cddc7b52acd4ed78830ac681a398dd3053938.tar.gz
u-boot-imx-b77cddc7b52acd4ed78830ac681a398dd3053938.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot-sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ac129e4..8bfc891 100644
--- a/Makefile
+++ b/Makefile
@@ -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
#========================================================================