X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fhid%2FMakefile;h=275dc522c7389489583f7424fb75427d2a04867d;hb=7a9b5fc5fd9e30b58be767722e270f3df651f27c;hp=52e97d8f3c95770427a7475c4efa64661bf38fc6;hpb=0670afdf0e69e5e73c8358da9c39bf3a8807b03e;p=linux-2.6-omap-h63xx.git diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 52e97d8f3c9..275dc522c73 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -1,8 +1,14 @@ # # Makefile for the HID driver # -hid-objs := hid-core.o hid-input.o +hid-objs := hid-core.o hid-input.o hid-input-quirks.o obj-$(CONFIG_HID) += hid.o + hid-$(CONFIG_HID_DEBUG) += hid-debug.o +hid-$(CONFIG_HIDRAW) += hidraw.o + +obj-$(CONFIG_USB_HID) += usbhid/ +obj-$(CONFIG_USB_MOUSE) += usbhid/ +obj-$(CONFIG_USB_KBD) += usbhid/