diff options
Diffstat (limited to 'drivers/usb/input/Makefile')
-rw-r--r-- | drivers/usb/input/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile index d946d5213b30..1a24b5bfa05f 100644 --- a/drivers/usb/input/Makefile +++ b/drivers/usb/input/Makefile | |||
@@ -11,9 +11,6 @@ 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 |