From: James S. <jsi...@us...> - 2002-01-23 05:37:54
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/touchscreen In directory usw-pr-cvs1:/tmp/cvs-serv6202 Added Files: Makefile Log Message: Added new Configuration for touchscreens. Will cleanup. It is needed. --- NEW FILE: Makefile --- # # Makefile for the mouse drivers. # # The target object and module list name. O_TARGET := tsdrv.o # Each configuration option enables a list of files. obj-$(CONFIG_TS_GUNZE) += gunze.o # The global Rules.make. include $(TOPDIR)/Rules.make |