Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-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
5
6 obj-$(CONFIG_HID) += hid.o
7 hid-$(CONFIG_HID_DEBUG) += hid-debug.o
8
9 obj-$(CONFIG_USB_HID) += usbhid/
10 obj-$(CONFIG_USB_MOUSE) += usbhid/
11 obj-$(CONFIG_USB_KBD) += usbhid/
12
This page took 0.148046 seconds and 5 git commands to generate.