diff options
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 68d1376a53fb..1ac5103f7c93 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
@@ -4,7 +4,9 @@ | |||
4 | hid-objs := hid-core.o hid-input.o | 4 | hid-objs := hid-core.o hid-input.o |
5 | 5 | ||
6 | obj-$(CONFIG_HID) += hid.o | 6 | obj-$(CONFIG_HID) += hid.o |
7 | |||
7 | hid-$(CONFIG_HID_DEBUG) += hid-debug.o | 8 | hid-$(CONFIG_HID_DEBUG) += hid-debug.o |
9 | hid-$(CONFIG_HIDRAW) += hidraw.o | ||
8 | 10 | ||
9 | obj-$(CONFIG_USB_HID) += usbhid/ | 11 | obj-$(CONFIG_USB_HID) += usbhid/ |
10 | obj-$(CONFIG_USB_MOUSE) += usbhid/ | 12 | obj-$(CONFIG_USB_MOUSE) += usbhid/ |