mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
94f8d28c47
These haven't worked in some time, and we've dropped support for the bus from the SH tree until someone shows some interest in maintaining it. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
18 lines
541 B
Makefile
18 lines
541 B
Makefile
#
|
|
# Makefile for the mouse drivers.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-$(CONFIG_MOUSE_AMIGA) += amimouse.o
|
|
obj-$(CONFIG_MOUSE_RISCPC) += rpcmouse.o
|
|
obj-$(CONFIG_MOUSE_INPORT) += inport.o
|
|
obj-$(CONFIG_MOUSE_LOGIBM) += logibm.o
|
|
obj-$(CONFIG_MOUSE_PC110PAD) += pc110pad.o
|
|
obj-$(CONFIG_MOUSE_PS2) += psmouse.o
|
|
obj-$(CONFIG_MOUSE_SERIAL) += sermouse.o
|
|
obj-$(CONFIG_MOUSE_HIL) += hil_ptr.o
|
|
obj-$(CONFIG_MOUSE_VSXXXAA) += vsxxxaa.o
|
|
|
|
psmouse-objs := psmouse-base.o alps.o logips2pp.o synaptics.o lifebook.o trackpoint.o
|