blob: 8c8a1f236e28cded7f6ade983da64c90445aa999 [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
9obj-$(CONFIG_MOUSE_BCM5974) += bcm5974.o
10obj-$(CONFIG_MOUSE_ATARI) += atarimouse.o
11obj-$(CONFIG_MOUSE_RISCPC) += rpcmouse.o
12obj-$(CONFIG_MOUSE_INPORT) += inport.o
13obj-$(CONFIG_MOUSE_LOGIBM) += logibm.o
14obj-$(CONFIG_MOUSE_PC110PAD) += pc110pad.o
15obj-$(CONFIG_MOUSE_PS2) += psmouse.o
16obj-$(CONFIG_MOUSE_PXA930_TRKBALL) += pxa930_trkball.o
17obj-$(CONFIG_MOUSE_SERIAL) += sermouse.o
18obj-$(CONFIG_MOUSE_HIL) += hil_ptr.o
19obj-$(CONFIG_MOUSE_VSXXXAA) += vsxxxaa.o
20obj-$(CONFIG_MOUSE_GPIO) += gpio_mouse.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070021
Andres Salomon55e3d922007-03-10 01:39:54 -050022psmouse-objs := psmouse-base.o synaptics.o
23
24psmouse-$(CONFIG_MOUSE_PS2_ALPS) += alps.o
Arjan Opmeer2a0bd752008-10-16 22:10:19 -040025psmouse-$(CONFIG_MOUSE_PS2_ELANTECH) += elantech.o
Andres Salomondf08ef22008-09-16 12:30:34 -040026psmouse-$(CONFIG_MOUSE_PS2_OLPC) += hgpk.o
Andres Salomon55e3d922007-03-10 01:39:54 -050027psmouse-$(CONFIG_MOUSE_PS2_LOGIPS2PP) += logips2pp.o
28psmouse-$(CONFIG_MOUSE_PS2_LIFEBOOK) += lifebook.o
29psmouse-$(CONFIG_MOUSE_PS2_TRACKPOINT) += trackpoint.o
30psmouse-$(CONFIG_MOUSE_PS2_TOUCHKIT) += touchkit_ps2.o