From: johann d. <jd...@us...> - 2002-02-10 23:14:00
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/joystick In directory usw-pr-cvs1:/tmp/cvs-serv5790 Modified Files: Makefile Log Message: Do not include the iforce object file inside the joystick driver. Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/joystick/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile 30 Jan 2002 00:08:41 -0000 1.4 +++ Makefile 10 Feb 2002 23:13:57 -0000 1.5 @@ -33,9 +33,6 @@ obj-$(CONFIG_JOYSTICK_TWIDJOY) += twidjoy.o obj-$(CONFIG_JOYSTICK_WARRIOR) += warrior.o -ifeq ($(CONFIG_JOYSTICK_IFORCE),y) - obj-y += iforce/iforcedrv.o -endif subdir-$(CONFIG_JOYSTICK_IFORCE) += iforce # The global Rules.make. |