]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/input/mouse/Makefile
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / drivers / input / mouse / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the mouse drivers.
4#
5
6# Each configuration option enables a list of files.
7
105ca239
YY
8obj-$(CONFIG_MOUSE_AMIGA) += amimouse.o
9obj-$(CONFIG_MOUSE_APPLETOUCH) += appletouch.o
105ca239 10obj-$(CONFIG_MOUSE_ATARI) += atarimouse.o
03dd5e1b 11obj-$(CONFIG_MOUSE_BCM5974) += bcm5974.o
9f1cd857 12obj-$(CONFIG_MOUSE_CYAPA) += cyapatp.o
6696777c 13obj-$(CONFIG_MOUSE_ELAN_I2C) += elan_i2c.o
03dd5e1b 14obj-$(CONFIG_MOUSE_GPIO) += gpio_mouse.o
105ca239
YY
15obj-$(CONFIG_MOUSE_INPORT) += inport.o
16obj-$(CONFIG_MOUSE_LOGIBM) += logibm.o
03dd5e1b 17obj-$(CONFIG_MOUSE_MAPLE) += maplemouse.o
ae99ea56 18obj-$(CONFIG_MOUSE_NAVPOINT_PXA27x) += navpoint.o
105ca239
YY
19obj-$(CONFIG_MOUSE_PC110PAD) += pc110pad.o
20obj-$(CONFIG_MOUSE_PS2) += psmouse.o
21obj-$(CONFIG_MOUSE_PXA930_TRKBALL) += pxa930_trkball.o
03dd5e1b 22obj-$(CONFIG_MOUSE_RISCPC) += rpcmouse.o
105ca239 23obj-$(CONFIG_MOUSE_SERIAL) += sermouse.o
eef3e4ca 24obj-$(CONFIG_MOUSE_SYNAPTICS_I2C) += synaptics_i2c.o
8491ee10 25obj-$(CONFIG_MOUSE_SYNAPTICS_USB) += synaptics_usb.o
105ca239 26obj-$(CONFIG_MOUSE_VSXXXAA) += vsxxxaa.o
1da177e4 27
c2c06c41 28cyapatp-objs := cyapa.o cyapa_gen3.o cyapa_gen5.o cyapa_gen6.o
3ace3686 29psmouse-objs := psmouse-base.o synaptics.o focaltech.o
55e3d922
AS
30
31psmouse-$(CONFIG_MOUSE_PS2_ALPS) += alps.o
98ee3771 32psmouse-$(CONFIG_MOUSE_PS2_BYD) += byd.o
2a0bd75e 33psmouse-$(CONFIG_MOUSE_PS2_ELANTECH) += elantech.o
df08ef27 34psmouse-$(CONFIG_MOUSE_PS2_OLPC) += hgpk.o
55e3d922
AS
35psmouse-$(CONFIG_MOUSE_PS2_LOGIPS2PP) += logips2pp.o
36psmouse-$(CONFIG_MOUSE_PS2_LIFEBOOK) += lifebook.o
fc69f4a6 37psmouse-$(CONFIG_MOUSE_PS2_SENTELIC) += sentelic.o
55e3d922
AS
38psmouse-$(CONFIG_MOUSE_PS2_TRACKPOINT) += trackpoint.o
39psmouse-$(CONFIG_MOUSE_PS2_TOUCHKIT) += touchkit_ps2.o
0799a924 40psmouse-$(CONFIG_MOUSE_PS2_CYPRESS) += cypress_ps2.o
8b8be51b 41psmouse-$(CONFIG_MOUSE_PS2_VMMOUSE) += vmmouse.o
6696777c 42
8eb92e5c
BT
43psmouse-$(CONFIG_MOUSE_PS2_SMBUS) += psmouse-smbus.o
44
6696777c
DL
45elan_i2c-objs := elan_i2c_core.o
46elan_i2c-$(CONFIG_MOUSE_ELAN_I2C_I2C) += elan_i2c_i2c.o
47elan_i2c-$(CONFIG_MOUSE_ELAN_I2C_SMBUS) += elan_i2c_smbus.o