Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/joystick
In directory usw-pr-cvs1:/tmp/cvs-serv13133
Modified Files:
Makefile
Log Message:
Removed iforce stuff. It's in the Makefile in the iforce subdir.
Index: Makefile
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/joystick/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile 2002/01/23 06:50:28 1.2
+++ Makefile 2002/01/29 23:14:44 1.3
@@ -31,29 +31,7 @@
obj-$(CONFIG_JOYSTICK_TWIDJOY) += twidjoy.o
obj-$(CONFIG_JOYSTICK_WARRIOR) += warrior.o
-# I-Force may need both USB and RS-232
-
-CONFIG_JOYSTICK_IFORCE := n
-
-ifeq ($(CONFIG_JOYSTICK_IFORCE_232),y)
- ifeq ($(CONFIG_JOYSTICK_IFORCE_USB),y)
- CONFIG_JOYSTICK_IFORCE := y
- endif
-endif
-
-ifeq ($(CONFIG_JOYSTICK_IFORCE_232),m)
- CONFIG_JOYSTICK_IFORCE := m
-endif
-
-ifeq ($(CONFIG_JOYSTICK_IFORCE_USB),m)
- CONFIG_JOYSTICK_IFORCE := m
-endif
-
subdir-$(CONFIG_JOYSTICK_IFORCE) += iforce
-
-ifeq ($(CONFIG_JOYSTICK_IFORCE),y)
- obj-y += iforce/iforce-drv.o
-endif
# The global Rules.make.
|