]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/usb/input/Makefile
[PATCH] Generic HID layer - build
[net-next-2.6.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
20ifeq ($(CONFIG_THRUSTMASTER_FF),y)
21 usbhid-objs += hid-tmff.o
22endif
bb3caf7f
AH
23ifeq ($(CONFIG_ZEROPLUS_FF),y)
24 usbhid-objs += hid-zpff.o
25endif
1da177e4
LT
26ifeq ($(CONFIG_HID_FF),y)
27 usbhid-objs += hid-ff.o
28endif
29
30obj-$(CONFIG_USB_AIPTEK) += aiptek.o
31obj-$(CONFIG_USB_ATI_REMOTE) += ati_remote.o