aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordzu <dzu>2003-09-25 22:32:40 +0000
committerdzu <dzu>2003-09-25 22:32:40 +0000
commit91e940d9bc15436de2bc73603957136e19082c35 (patch)
treea47cfc6709b655a54fb1f29df8a19798fa3be345 /Makefile
parent29127b6a2333053171b0b91ffecf35e1a6d491cc (diff)
Add configuration for wtk board
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 46d648b4e..1719cc544 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
#########################################################################