Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/touchscreen
In directory usw-pr-cvs1:/tmp/cvs-serv23928/linux/drivers/input/touchscreen
Modified Files:
Makefile
Log Message:
Synced to 2.5.19
Index: Makefile
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/touchscreen/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 27 Mar 2002 20:58:50 -0000 1.3
+++ Makefile 3 Jun 2002 22:44:57 -0000 1.4
@@ -2,10 +2,6 @@
# Makefile for the mouse drivers.
#
-# The target object and module list name.
-
-O_TARGET := tsdrv.o
-
# Each configuration option enables a list of files.
obj-$(CONFIG_TOUCHSCREEN_BITSY) += h3600_ts_input.o
|