]> git.sur5r.net Git - u-boot/blobdiff - Makefile
fdt: Fix typo in variable name.
[u-boot] / Makefile
index ac129e46c263d4bb73d836775d47603d23609004..8bfc89124d5654c8ac9334ac64c80372e668c999 100644 (file)
--- 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
 #========================================================================