From: James S. <jsi...@us...> - 2002-01-23 06:41:00
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/touchscreen In directory usw-pr-cvs1:/tmp/cvs-serv19925 Modified Files: Makefile Log Message: Moved iPAQ touchscreen here. Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/touchscreen/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 2002/01/23 05:37:52 1.1 +++ Makefile 2002/01/23 06:40:56 1.2 @@ -8,6 +8,7 @@ # Each configuration option enables a list of files. +obj-$(CONFIG_TS_BITSY) += h3600_ts_input.o obj-$(CONFIG_TS_GUNZE) += gunze.o # The global Rules.make. |