X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=1719cc544da8f98cbad5216c14666b9c762e9656;hb=91e940d9bc15436de2bc73603957136e19082c35;hp=46d648b4eff6e52f0121b2b0f4dba4f3d855a403;hpb=b0639ca33214eedeb026ce45ad1871d477cdbfb8;p=u-boot diff --git a/Makefile b/Makefile index 46d648b4ef..1719cc544d 100644 --- a/Makefile +++ b/Makefile @@ -470,6 +470,11 @@ v37_config: unconfig @echo "#define CONFIG_SHARP_LQ084V1DG21" >>include/config.h @./mkconfig $(@:_config=) ppc mpc8xx v37 +wtk_config: unconfig + @echo "#define CONFIG_LCD" >include/config.h + @echo "#define CONFIG_SHARP_LQ065T9DR51U" >>include/config.h + @./mkconfig -a TQM823L ppc mpc8xx tqm8xx + ######################################################################### ## PPC4xx Systems #########################################################################