blob: e49f0856507659b09eaaebac6812e19dfef28fa8 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# Makefile for the mouse drivers.
4#
5
6# Each configuration option enables a list of files.
7
Yong Yao105ca232008-12-29 03:59:59 -08008obj-$(CONFIG_MOUSE_AMIGA) += amimouse.o
9obj-$(CONFIG_MOUSE_APPLETOUCH) += appletouch.o
Yong Yao105ca232008-12-29 03:59:59 -080010obj-$(CONFIG_MOUSE_ATARI) += atarimouse.o
Adrian McMenamin03dd5e12009-01-29 22:56:08 -080011obj-$(CONFIG_MOUSE_BCM5974) += bcm5974.o
Dudley Du9f1cd852015-01-17 18:35:26 -080012obj-$(CONFIG_MOUSE_CYAPA) += cyapatp.o
Duson Lin66967772014-10-03 13:24:27 -070013obj-$(CONFIG_MOUSE_ELAN_I2C) += elan_i2c.o
Adrian McMenamin03dd5e12009-01-29 22:56:08 -080014obj-$(CONFIG_MOUSE_GPIO) += gpio_mouse.o
Yong Yao105ca232008-12-29 03:59:59 -080015obj-$(CONFIG_MOUSE_INPORT) += inport.o
16obj-$(CONFIG_MOUSE_LOGIBM) += logibm.o
Adrian McMenamin03dd5e12009-01-29 22:56:08 -080017obj-$(CONFIG_MOUSE_MAPLE) += maplemouse.o
Paul Parsonsae99ea52012-05-10 22:11:51 -070018obj-$(CONFIG_MOUSE_NAVPOINT_PXA27x) += navpoint.o
Yong Yao105ca232008-12-29 03:59:59 -080019obj-$(CONFIG_MOUSE_PC110PAD) += pc110pad.o
20obj-$(CONFIG_MOUSE_PS2) += psmouse.o
21obj-$(CONFIG_MOUSE_PXA930_TRKBALL) += pxa930_trkball.o
Adrian McMenamin03dd5e12009-01-29 22:56:08 -080022obj-$(CONFIG_MOUSE_RISCPC) += rpcmouse.o
Yong Yao105ca232008-12-29 03:59:59 -080023obj-$(CONFIG_MOUSE_SERIAL) += sermouse.o
Mike Rapoporteef3e4c2009-06-11 08:08:39 -070024obj-$(CONFIG_MOUSE_SYNAPTICS_I2C) += synaptics_i2c.o
Jan Steinhoff8491ee12012-02-03 00:21:31 -080025obj-$(CONFIG_MOUSE_SYNAPTICS_USB) += synaptics_usb.o
Yong Yao105ca232008-12-29 03:59:59 -080026obj-$(CONFIG_MOUSE_VSXXXAA) += vsxxxaa.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070027
Dudley Duc2c06c42015-07-20 16:53:30 -070028cyapatp-objs := cyapa.o cyapa_gen3.o cyapa_gen5.o cyapa_gen6.o
Hans de Goede3ace3682014-09-12 17:24:47 -070029psmouse-objs := psmouse-base.o synaptics.o focaltech.o
Andres Salomon55e3d922007-03-10 01:39:54 -050030
31psmouse-$(CONFIG_MOUSE_PS2_ALPS) += alps.o
Chris Diamand98ee3772016-01-27 17:04:35 -080032psmouse-$(CONFIG_MOUSE_PS2_BYD) += byd.o
Arjan Opmeer2a0bd752008-10-16 22:10:19 -040033psmouse-$(CONFIG_MOUSE_PS2_ELANTECH) += elantech.o
Andres Salomondf08ef22008-09-16 12:30:34 -040034psmouse-$(CONFIG_MOUSE_PS2_OLPC) += hgpk.o
Andres Salomon55e3d922007-03-10 01:39:54 -050035psmouse-$(CONFIG_MOUSE_PS2_LOGIPS2PP) += logips2pp.o
36psmouse-$(CONFIG_MOUSE_PS2_LIFEBOOK) += lifebook.o
Tai-hwa Liangfc69f4a2009-05-10 18:15:39 -070037psmouse-$(CONFIG_MOUSE_PS2_SENTELIC) += sentelic.o
Andres Salomon55e3d922007-03-10 01:39:54 -050038psmouse-$(CONFIG_MOUSE_PS2_TRACKPOINT) += trackpoint.o
39psmouse-$(CONFIG_MOUSE_PS2_TOUCHKIT) += touchkit_ps2.o
Dudley Du0799a922013-01-05 00:14:22 -080040psmouse-$(CONFIG_MOUSE_PS2_CYPRESS) += cypress_ps2.o
Thomas Hellstrom8b8be512015-04-14 10:06:38 -070041psmouse-$(CONFIG_MOUSE_PS2_VMMOUSE) += vmmouse.o
Duson Lin66967772014-10-03 13:24:27 -070042
Benjamin Tissoires8eb92e52017-03-02 10:48:23 -080043psmouse-$(CONFIG_MOUSE_PS2_SMBUS) += psmouse-smbus.o
44
Duson Lin66967772014-10-03 13:24:27 -070045elan_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