Input: psmouse - add support for Elantech touchpads
[deliverable/linux.git] / drivers / input / mouse / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the mouse drivers.
3#
4
5# Each configuration option enables a list of files.
6
7obj-$(CONFIG_MOUSE_AMIGA) += amimouse.o
b5da20f8 8obj-$(CONFIG_MOUSE_APPLETOUCH) += appletouch.o
f89bd95c 9obj-$(CONFIG_MOUSE_BCM5974) += bcm5974.o
c04cb856 10obj-$(CONFIG_MOUSE_ATARI) += atarimouse.o
1da177e4
LT
11obj-$(CONFIG_MOUSE_RISCPC) += rpcmouse.o
12obj-$(CONFIG_MOUSE_INPORT) += inport.o
13obj-$(CONFIG_MOUSE_LOGIBM) += logibm.o
1da177e4
LT
14obj-$(CONFIG_MOUSE_PC110PAD) += pc110pad.o
15obj-$(CONFIG_MOUSE_PS2) += psmouse.o
16obj-$(CONFIG_MOUSE_SERIAL) += sermouse.o
17obj-$(CONFIG_MOUSE_HIL) += hil_ptr.o
18obj-$(CONFIG_MOUSE_VSXXXAA) += vsxxxaa.o
5f565502 19obj-$(CONFIG_MOUSE_GPIO) += gpio_mouse.o
1da177e4 20
55e3d922
AS
21psmouse-objs := psmouse-base.o synaptics.o
22
23psmouse-$(CONFIG_MOUSE_PS2_ALPS) += alps.o
2a0bd75e 24psmouse-$(CONFIG_MOUSE_PS2_ELANTECH) += elantech.o
df08ef27 25psmouse-$(CONFIG_MOUSE_PS2_OLPC) += hgpk.o
55e3d922
AS
26psmouse-$(CONFIG_MOUSE_PS2_LOGIPS2PP) += logips2pp.o
27psmouse-$(CONFIG_MOUSE_PS2_LIFEBOOK) += lifebook.o
28psmouse-$(CONFIG_MOUSE_PS2_TRACKPOINT) += trackpoint.o
29psmouse-$(CONFIG_MOUSE_PS2_TOUCHKIT) += touchkit_ps2.o
This page took 0.333432 seconds and 5 git commands to generate.