summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-05-12 16:15:46 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-05-12 16:15:46 +0200
commit8cba090c5824c95f337d44a0465803c882ded6f6 (patch)
tree35c6d33412cea9f0a6df599ff48133771b33b70c /Makefile
parent977b50f86824fe3c262ef7efce5dbb7ddaf8a48f (diff)
downloadblackbird-obmc-uboot-8cba090c5824c95f337d44a0465803c882ded6f6.tar.gz
blackbird-obmc-uboot-8cba090c5824c95f337d44a0465803c882ded6f6.zip
Add support for VirtLab2 board
(needed because of differences in the PCMCIA hardware).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa7a4a704c..2a05e27b74 100644
--- a/Makefile
+++ b/Makefile
@@ -756,7 +756,8 @@ TQM850M_config \
TQM855M_config \
TQM860M_config \
TQM862M_config \
-TQM866M_config: unconfig
+TQM866M_config \
+virtlab2_config: unconfig
@ >include/config.h
@[ -z "$(findstring _LCD,$@)" ] || \
{ echo "#define CONFIG_LCD" >>include/config.h ; \
OpenPOWER on IntegriCloud