From: James S. <jsi...@us...> - 2002-06-03 22:45:00
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/mouse In directory usw-pr-cvs1:/tmp/cvs-serv23928/linux/drivers/input/mouse Modified Files: Makefile Log Message: Synced to 2.5.19 Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/mouse/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile 19 Mar 2002 19:21:19 -0000 1.2 +++ Makefile 3 Jun 2002 22:44:57 -0000 1.3 @@ -2,10 +2,6 @@ # Makefile for the mouse drivers. # -# The target object and module list name. - -O_TARGET := mousedrv.o - # Each configuration option enables a list of files. obj-$(CONFIG_MOUSE_AMIGA) += amimouse.o |