]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - Makefile
Add support for V37 board
[karo-tx-uboot.git] / Makefile
index 2688fd57e77c1ed736d15f978beeead4c7b11807..d2f8480c2901c97d8a6e874f73045f2cbcc36032 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -380,6 +380,11 @@ TTTech_config:     unconfig
        @echo "#define CONFIG_SHARP_LQ104V7DS01" >>include/config.h
        @./mkconfig -a TQM823L ppc mpc8xx tqm8xx
 
+v37_config:    unconfig
+       @echo "#define CONFIG_LCD" >include/config.h
+       @echo "#define CONFIG_SHARP_LQ084V1DG21" >>include/config.h
+       @./mkconfig $(@:_config=) ppc mpc8xx v37
+
 #########################################################################
 ## PPC4xx Systems
 #########################################################################