blob: 010f265ec152463b0190054c346cb80981edc43b [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the mouse drivers.
3#
4
5# Each configuration option enables a list of files.
6
Yong Yao105ca232008-12-29 03:59:59 -08007obj-$(CONFIG_MOUSE_AMIGA) += amimouse.o
8obj-$(CONFIG_MOUSE_APPLETOUCH) += appletouch.o
Yong Yao105ca232008-12-29 03:59:59 -08009obj-$(CONFIG_MOUSE_ATARI) += atarimouse.o
Adrian McMenamin03dd5e12009-01-29 22:56:08 -080010obj-$(CONFIG_MOUSE_BCM5974) += bcm5974.o
11obj-$(CONFIG_MOUSE_GPIO) += gpio_mouse.o
12obj-$(CONFIG_MOUSE_HIL) += hil_ptr.o
Yong Yao105ca232008-12-29 03:59:59 -080013obj-$(CONFIG_MOUSE_INPORT) += inport.o
14obj-$(CONFIG_MOUSE_LOGIBM) += logibm.o
Adrian McMenamin03dd5e12009-01-29 22:56:08 -080015obj-$(CONFIG_MOUSE_MAPLE) += maplemouse.o
Yong Yao105ca232008-12-29 03:59:59 -080016obj-$(CONFIG_MOUSE_PC110PAD) += pc110pad.o
17obj-$(CONFIG_MOUSE_PS2) += psmouse.o
18obj-$(CONFIG_MOUSE_PXA930_TRKBALL) += pxa930_trkball.o
Adrian McMenamin03dd5e12009-01-29 22:56:08 -080019obj-$(CONFIG_MOUSE_RISCPC) += rpcmouse.o
Yong Yao105ca232008-12-29 03:59:59 -080020obj-$(CONFIG_MOUSE_SERIAL) += sermouse.o
Mike Rapoporteef3e4c2009-06-11 08:08:39 -070021obj-$(CONFIG_MOUSE_SYNAPTICS_I2C) += synaptics_i2c.o
Yong Yao105ca232008-12-29 03:59:59 -080022obj-$(CONFIG_MOUSE_VSXXXAA) += vsxxxaa.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070023
Andres Salomon55e3d922007-03-10 01:39:54 -050024psmouse-objs := psmouse-base.o synaptics.o
25
26psmouse-$(CONFIG_MOUSE_PS2_ALPS) += alps.o
Arjan Opmeer2a0bd752008-10-16 22:10:19 -040027psmouse-$(CONFIG_MOUSE_PS2_ELANTECH) += elantech.o
Andres Salomondf08ef22008-09-16 12:30:34 -040028psmouse-$(CONFIG_MOUSE_PS2_OLPC) += hgpk.o
Andres Salomon55e3d922007-03-10 01:39:54 -050029psmouse-$(CONFIG_MOUSE_PS2_LOGIPS2PP) += logips2pp.o
30psmouse-$(CONFIG_MOUSE_PS2_LIFEBOOK) += lifebook.o
31psmouse-$(CONFIG_MOUSE_PS2_TRACKPOINT) += trackpoint.o
32psmouse-$(CONFIG_MOUSE_PS2_TOUCHKIT) += touchkit_ps2.o