Merge branch 'net-2.6.26-isatap-20080403' of git://git.linux-ipv6.org/gitroot/yoshfuj...
[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.052592 seconds and 5 git commands to generate.