USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid
[deliverable/linux.git] / drivers / hid / Makefile
index 52e97d8f3c95770427a7475c4efa64661bf38fc6..68d1376a53fbe3b80da6cde1f0089c4e664261db 100644 (file)
@@ -6,3 +6,7 @@ hid-objs                        := hid-core.o hid-input.o
 obj-$(CONFIG_HID)              += hid.o
 hid-$(CONFIG_HID_DEBUG)                += hid-debug.o
 
+obj-$(CONFIG_USB_HID)          += usbhid/
+obj-$(CONFIG_USB_MOUSE)                += usbhid/
+obj-$(CONFIG_USB_KBD)          += usbhid/
+
This page took 0.023153 seconds and 5 git commands to generate.