blob: 570c84a4a6543ce5aa8d94e3c5df0bb015243312 [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
Yong Yao105ca232008-12-29 03:59:59 -080012obj-$(CONFIG_MOUSE_INPORT) += inport.o
13obj-$(CONFIG_MOUSE_LOGIBM) += logibm.o
Adrian McMenamin03dd5e12009-01-29 22:56:08 -080014obj-$(CONFIG_MOUSE_MAPLE) += maplemouse.o
Yong Yao105ca232008-12-29 03:59:59 -080015obj-$(CONFIG_MOUSE_PC110PAD) += pc110pad.o
16obj-$(CONFIG_MOUSE_PS2) += psmouse.o
17obj-$(CONFIG_MOUSE_PXA930_TRKBALL) += pxa930_trkball.o
Adrian McMenamin03dd5e12009-01-29 22:56:08 -080018obj-$(CONFIG_MOUSE_RISCPC) += rpcmouse.o
Yong Yao105ca232008-12-29 03:59:59 -080019obj-$(CONFIG_MOUSE_SERIAL) += sermouse.o
Mike Rapoporteef3e4c2009-06-11 08:08:39 -070020obj-$(CONFIG_MOUSE_SYNAPTICS_I2C) += synaptics_i2c.o
Yong Yao105ca232008-12-29 03:59:59 -080021obj-$(CONFIG_MOUSE_VSXXXAA) += vsxxxaa.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070022
Andres Salomon55e3d922007-03-10 01:39:54 -050023psmouse-objs := psmouse-base.o synaptics.o
24
25psmouse-$(CONFIG_MOUSE_PS2_ALPS) += alps.o
Arjan Opmeer2a0bd752008-10-16 22:10:19 -040026psmouse-$(CONFIG_MOUSE_PS2_ELANTECH) += elantech.o
Andres Salomondf08ef22008-09-16 12:30:34 -040027psmouse-$(CONFIG_MOUSE_PS2_OLPC) += hgpk.o
Andres Salomon55e3d922007-03-10 01:39:54 -050028psmouse-$(CONFIG_MOUSE_PS2_LOGIPS2PP) += logips2pp.o
29psmouse-$(CONFIG_MOUSE_PS2_LIFEBOOK) += lifebook.o
Tai-hwa Liangfc69f4a2009-05-10 18:15:39 -070030psmouse-$(CONFIG_MOUSE_PS2_SENTELIC) += sentelic.o
Andres Salomon55e3d922007-03-10 01:39:54 -050031psmouse-$(CONFIG_MOUSE_PS2_TRACKPOINT) += trackpoint.o
32psmouse-$(CONFIG_MOUSE_PS2_TOUCHKIT) += touchkit_ps2.o