diff options
Diffstat (limited to 'drivers/usb/input/Makefile')
-rw-r--r-- | drivers/usb/input/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile index d946d5213b30..a9d206c945e9 100644 --- a/drivers/usb/input/Makefile +++ b/drivers/usb/input/Makefile | |||
@@ -11,15 +11,15 @@ usbhid-objs := hid-core.o | |||
11 | ifeq ($(CONFIG_USB_HIDDEV),y) | 11 | ifeq ($(CONFIG_USB_HIDDEV),y) |
12 | usbhid-objs += hiddev.o | 12 | usbhid-objs += hiddev.o |
13 | endif | 13 | endif |
14 | ifeq ($(CONFIG_USB_HIDINPUT),y) | ||
15 | usbhid-objs += hid-input.o | ||
16 | endif | ||
17 | ifeq ($(CONFIG_HID_PID),y) | 14 | ifeq ($(CONFIG_HID_PID),y) |
18 | usbhid-objs += hid-pidff.o | 15 | usbhid-objs += hid-pidff.o |
19 | endif | 16 | endif |
20 | ifeq ($(CONFIG_LOGITECH_FF),y) | 17 | ifeq ($(CONFIG_LOGITECH_FF),y) |
21 | usbhid-objs += hid-lgff.o | 18 | usbhid-objs += hid-lgff.o |
22 | endif | 19 | endif |
20 | ifeq ($(CONFIG_PANTHERLORD_FF),y) | ||
21 | usbhid-objs += hid-plff.o | ||
22 | endif | ||
23 | ifeq ($(CONFIG_THRUSTMASTER_FF),y) | 23 | ifeq ($(CONFIG_THRUSTMASTER_FF),y) |
24 | usbhid-objs += hid-tmff.o | 24 | usbhid-objs += hid-tmff.o |
25 | endif | 25 | endif |
@@ -48,6 +48,7 @@ obj-$(CONFIG_USB_ACECAD) += acecad.o | |||
48 | obj-$(CONFIG_USB_YEALINK) += yealink.o | 48 | obj-$(CONFIG_USB_YEALINK) += yealink.o |
49 | obj-$(CONFIG_USB_XPAD) += xpad.o | 49 | obj-$(CONFIG_USB_XPAD) += xpad.o |
50 | obj-$(CONFIG_USB_APPLETOUCH) += appletouch.o | 50 | obj-$(CONFIG_USB_APPLETOUCH) += appletouch.o |
51 | obj-$(CONFIG_USB_GTCO) += gtco.o | ||
51 | 52 | ||
52 | ifeq ($(CONFIG_USB_DEBUG),y) | 53 | ifeq ($(CONFIG_USB_DEBUG),y) |
53 | EXTRA_CFLAGS += -DDEBUG | 54 | EXTRA_CFLAGS += -DDEBUG |