blob: 5e4fb38f59cb6b4d2a7ee555ce11e0b268b62de0 [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
7obj-$(CONFIG_MOUSE_AMIGA) += amimouse.o
Dmitry Torokhovb5da20f2007-05-07 17:12:07 -04008obj-$(CONFIG_MOUSE_APPLETOUCH) += appletouch.o
Michael Schmitzc04cb852007-05-01 22:32:38 +02009obj-$(CONFIG_MOUSE_ATARI) += atarimouse.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070010obj-$(CONFIG_MOUSE_RISCPC) += rpcmouse.o
11obj-$(CONFIG_MOUSE_INPORT) += inport.o
12obj-$(CONFIG_MOUSE_LOGIBM) += logibm.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070013obj-$(CONFIG_MOUSE_PC110PAD) += pc110pad.o
14obj-$(CONFIG_MOUSE_PS2) += psmouse.o
15obj-$(CONFIG_MOUSE_SERIAL) += sermouse.o
16obj-$(CONFIG_MOUSE_HIL) += hil_ptr.o
17obj-$(CONFIG_MOUSE_VSXXXAA) += vsxxxaa.o
Hans-Christian Egtvedt5f565502007-06-14 23:32:35 -040018obj-$(CONFIG_MOUSE_GPIO) += gpio_mouse.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070019
Andres Salomon55e3d922007-03-10 01:39:54 -050020psmouse-objs := psmouse-base.o synaptics.o
21
22psmouse-$(CONFIG_MOUSE_PS2_ALPS) += alps.o
Andres Salomondf08ef22008-09-16 12:30:34 -040023psmouse-$(CONFIG_MOUSE_PS2_OLPC) += hgpk.o
Andres Salomon55e3d922007-03-10 01:39:54 -050024psmouse-$(CONFIG_MOUSE_PS2_LOGIPS2PP) += logips2pp.o
25psmouse-$(CONFIG_MOUSE_PS2_LIFEBOOK) += lifebook.o
26psmouse-$(CONFIG_MOUSE_PS2_TRACKPOINT) += trackpoint.o
27psmouse-$(CONFIG_MOUSE_PS2_TOUCHKIT) += touchkit_ps2.o