summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-01-13 23:54:46 +0000
committerwdenk <wdenk>2003-01-13 23:54:46 +0000
commit608c91460b37fd9fe0088a0ce813a443f116a8d5 (patch)
treef3a2aa0f6c3b76fce168b93870607fd396a8038c /Makefile
parentd0fb80c3021e15853895e9ae45ab9368d0fb52fa (diff)
downloadtalos-obmc-uboot-608c91460b37fd9fe0088a0ce813a443f116a8d5.tar.gz
talos-obmc-uboot-608c91460b37fd9fe0088a0ce813a443f116a8d5.zip
Add support for V37 board
(patch by Jón Benediktsson, 11 Dec 2002)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2688fd57e7..d2f8480c29 100644
--- 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
#########################################################################
OpenPOWER on IntegriCloud