Add support for VirtLab2 board
(needed because of differences in the PCMCIA hardware).
diff --git a/Makefile b/Makefile
index fa7a4a7..2a05e27 100644
--- a/Makefile
+++ b/Makefile
@@ -756,7 +756,8 @@
 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 ; \