Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build...
[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.033946 seconds and 5 git commands to generate.