Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/gameport
In directory usw-pr-cvs1:/tmp/cvs-serv23928/linux/drivers/input/gameport
Modified Files:
Makefile
Log Message:
Synced to 2.5.19
Index: Makefile
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/gameport/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile 23 Jan 2002 05:23:55 -0000 1.1
+++ Makefile 3 Jun 2002 22:44:57 -0000 1.2
@@ -2,10 +2,6 @@
# Makefile for the gameport drivers.
#
-# The target object and module list name.
-
-O_TARGET := gamedrv.o
-
# Objects that export symbols.
export-objs := gameport.o
|