diff options
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index cae036bfe837..4a14821ceefa 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
@@ -8,6 +8,7 @@ obj-$(CONFIG_HID) += hid.o | |||
8 | hid-$(CONFIG_HID_DEBUG) += hid-debug.o | 8 | hid-$(CONFIG_HID_DEBUG) += hid-debug.o |
9 | hid-$(CONFIG_HIDRAW) += hidraw.o | 9 | hid-$(CONFIG_HIDRAW) += hidraw.o |
10 | 10 | ||
11 | obj-$(CONFIG_HID_APPLE) += hid-apple.o | ||
11 | obj-$(CONFIG_HID_LOGITECH) += hid-logitech.o | 12 | obj-$(CONFIG_HID_LOGITECH) += hid-logitech.o |
12 | 13 | ||
13 | obj-$(CONFIG_USB_HID) += usbhid/ | 14 | obj-$(CONFIG_USB_HID) += usbhid/ |