Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[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.037211 seconds and 5 git commands to generate.