diff options
Diffstat (limited to 'drivers/usb/input/Makefile')
-rw-r--r-- | drivers/usb/input/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile index a9d206c945e..9bf420eef77 100644 --- a/drivers/usb/input/Makefile +++ b/drivers/usb/input/Makefile | |||
@@ -4,40 +4,12 @@ | |||
4 | 4 | ||
5 | # Multipart objects. | 5 | # Multipart objects. |
6 | wacom-objs := wacom_wac.o wacom_sys.o | 6 | wacom-objs := wacom_wac.o wacom_sys.o |
7 | usbhid-objs := hid-core.o | ||
8 | |||
9 | # Optional parts of multipart objects. | ||
10 | |||
11 | ifeq ($(CONFIG_USB_HIDDEV),y) | ||
12 | usbhid-objs += hiddev.o | ||
13 | endif | ||
14 | ifeq ($(CONFIG_HID_PID),y) | ||
15 | usbhid-objs += hid-pidff.o | ||
16 | endif | ||
17 | ifeq ($(CONFIG_LOGITECH_FF),y) | ||
18 | usbhid-objs += hid-lgff.o | ||
19 | endif | ||
20 | ifeq ($(CONFIG_PANTHERLORD_FF),y) | ||
21 | usbhid-objs += hid-plff.o | ||
22 | endif | ||
23 | ifeq ($(CONFIG_THRUSTMASTER_FF),y) | ||
24 | usbhid-objs += hid-tmff.o | ||
25 | endif | ||
26 | ifeq ($(CONFIG_ZEROPLUS_FF),y) | ||
27 | usbhid-objs += hid-zpff.o | ||
28 | endif | ||
29 | ifeq ($(CONFIG_HID_FF),y) | ||
30 | usbhid-objs += hid-ff.o | ||
31 | endif | ||
32 | 7 | ||
33 | obj-$(CONFIG_USB_AIPTEK) += aiptek.o | 8 | obj-$(CONFIG_USB_AIPTEK) += aiptek.o |
34 | obj-$(CONFIG_USB_ATI_REMOTE) += ati_remote.o | 9 | obj-$(CONFIG_USB_ATI_REMOTE) += ati_remote.o |
35 | obj-$(CONFIG_USB_ATI_REMOTE2) += ati_remote2.o | 10 | obj-$(CONFIG_USB_ATI_REMOTE2) += ati_remote2.o |
36 | obj-$(CONFIG_USB_HID) += usbhid.o | ||
37 | obj-$(CONFIG_USB_KBD) += usbkbd.o | ||
38 | obj-$(CONFIG_USB_KBTAB) += kbtab.o | 11 | obj-$(CONFIG_USB_KBTAB) += kbtab.o |
39 | obj-$(CONFIG_USB_KEYSPAN_REMOTE) += keyspan_remote.o | 12 | obj-$(CONFIG_USB_KEYSPAN_REMOTE) += keyspan_remote.o |
40 | obj-$(CONFIG_USB_MOUSE) += usbmouse.o | ||
41 | obj-$(CONFIG_USB_MTOUCH) += mtouchusb.o | 13 | obj-$(CONFIG_USB_MTOUCH) += mtouchusb.o |
42 | obj-$(CONFIG_USB_ITMTOUCH) += itmtouch.o | 14 | obj-$(CONFIG_USB_ITMTOUCH) += itmtouch.o |
43 | obj-$(CONFIG_USB_EGALAX) += touchkitusb.o | 15 | obj-$(CONFIG_USB_EGALAX) += touchkitusb.o |