HID: add compat support
[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 ifdef CONFIG_HID_COMPAT
12 obj-m += hid-dummy.o
13 endif
14
15 obj-$(CONFIG_HID_APPLE) += hid-apple.o
16 obj-$(CONFIG_HID_LOGITECH) += hid-logitech.o
17
18 obj-$(CONFIG_USB_HID) += usbhid/
19 obj-$(CONFIG_USB_MOUSE) += usbhid/
20 obj-$(CONFIG_USB_KBD) += usbhid/
21
This page took 0.031838 seconds and 5 git commands to generate.