Update of /cvsroot/linuxconsole/ruby/linux/drivers/input
In directory usw-pr-cvs1:/tmp/cvs-serv30565
Modified Files:
Makefile
Log Message:
Touchscreen updates.
Index: Makefile
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/Makefile,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Makefile 23 Jan 2002 06:35:30 -0000 1.47
+++ Makefile 27 Mar 2002 20:58:50 -0000 1.48
@@ -25,7 +25,7 @@
subdir-$(CONFIG_INPUT_JOYSTICK) += joystick
subdir-$(CONFIG_INPUT_KEYBOARD) += keyboard
subdir-$(CONFIG_INPUT_MOUSE) += mouse
-subdir-$(CONFIG_INPUT_TS) += touchscreen
+subdir-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen
ifeq ($(CONFIG_INPUT_KEYBOARD),y)
obj-y += keyboard/keybdrv.o
@@ -39,7 +39,7 @@
obj-y += joystick/joydrv.o
endif
-ifeq ($(CONFIG_INPUT_TS),y)
+ifeq ($(CONFIG_INPUT_TOUCHSCREEN),y)
obj-y += touchscreen/tsdrv.o
endif
|