diff options
Diffstat (limited to 'drivers/usb/input/Makefile')
-rw-r--r-- | drivers/usb/input/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile index 764114529c56..84e72dcfc920 100644 --- a/drivers/usb/input/Makefile +++ b/drivers/usb/input/Makefile | |||
@@ -14,7 +14,7 @@ ifeq ($(CONFIG_USB_HIDINPUT),y) | |||
14 | usbhid-objs += hid-input.o | 14 | usbhid-objs += hid-input.o |
15 | endif | 15 | endif |
16 | ifeq ($(CONFIG_HID_PID),y) | 16 | ifeq ($(CONFIG_HID_PID),y) |
17 | usbhid-objs += pid.o | 17 | usbhid-objs += hid-pidff.o |
18 | endif | 18 | endif |
19 | ifeq ($(CONFIG_LOGITECH_FF),y) | 19 | ifeq ($(CONFIG_LOGITECH_FF),y) |
20 | usbhid-objs += hid-lgff.o | 20 | usbhid-objs += hid-lgff.o |