diff options
Diffstat (limited to 'drivers/usb/input/Makefile')
-rw-r--r-- | drivers/usb/input/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile index 48551be324ac..295f459d1079 100644 --- a/drivers/usb/input/Makefile +++ b/drivers/usb/input/Makefile | |||
@@ -15,7 +15,7 @@ ifeq ($(CONFIG_USB_HIDINPUT),y) | |||
15 | usbhid-objs += hid-input.o | 15 | usbhid-objs += hid-input.o |
16 | endif | 16 | endif |
17 | ifeq ($(CONFIG_HID_PID),y) | 17 | ifeq ($(CONFIG_HID_PID),y) |
18 | usbhid-objs += pid.o | 18 | usbhid-objs += hid-pidff.o |
19 | endif | 19 | endif |
20 | ifeq ($(CONFIG_LOGITECH_FF),y) | 20 | ifeq ($(CONFIG_LOGITECH_FF),y) |
21 | usbhid-objs += hid-lgff.o | 21 | usbhid-objs += hid-lgff.o |
@@ -23,6 +23,9 @@ 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 |
26 | ifeq ($(CONFIG_ZEROPLUS_FF),y) | ||
27 | usbhid-objs += hid-zpff.o | ||
28 | endif | ||
26 | ifeq ($(CONFIG_HID_FF),y) | 29 | ifeq ($(CONFIG_HID_FF),y) |
27 | usbhid-objs += hid-ff.o | 30 | usbhid-objs += hid-ff.o |
28 | endif | 31 | endif |