]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/usb/input/Makefile
USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School...
[mirror_ubuntu-artful-kernel.git] / drivers / usb / input / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the USB input drivers
3#
4
5# Multipart objects.
8d32e3ae 6wacom-objs := wacom_wac.o wacom_sys.o
1da177e4
LT
7usbhid-objs := hid-core.o
8
9# Optional parts of multipart objects.
10
11ifeq ($(CONFIG_USB_HIDDEV),y)
12 usbhid-objs += hiddev.o
13endif
1da177e4 14ifeq ($(CONFIG_HID_PID),y)
224ee88f 15 usbhid-objs += hid-pidff.o
1da177e4
LT
16endif
17ifeq ($(CONFIG_LOGITECH_FF),y)
18 usbhid-objs += hid-lgff.o
19endif
20eb1279
AH
20ifeq ($(CONFIG_PANTHERLORD_FF),y)
21 usbhid-objs += hid-plff.o
22endif
1da177e4
LT
23ifeq ($(CONFIG_THRUSTMASTER_FF),y)
24 usbhid-objs += hid-tmff.o
25endif
bb3caf7f
AH
26ifeq ($(CONFIG_ZEROPLUS_FF),y)
27 usbhid-objs += hid-zpff.o
28endif
1da177e4
LT
29ifeq ($(CONFIG_HID_FF),y)
30 usbhid-objs += hid-ff.o
31endif
32
33obj-$(CONFIG_USB_AIPTEK) += aiptek.o
34obj-$(CONFIG_USB_ATI_REMOTE) += ati_remote.o