Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
[deliverable/linux.git] / drivers / hid / Makefile
1 #
2 # Makefile for the HID driver
3 #
4 hid-objs := hid-core.o hid-input.o hid-input-quirks.o
5
6 obj-$(CONFIG_HID) += hid.o
7
8 hid-$(CONFIG_HID_DEBUG) += hid-debug.o
9 hid-$(CONFIG_HIDRAW) += hidraw.o
10
11 obj-$(CONFIG_USB_HID) += usbhid/
12 obj-$(CONFIG_USB_MOUSE) += usbhid/
13 obj-$(CONFIG_USB_KBD) += usbhid/
14
This page took 0.030492 seconds and 5 git commands to generate.