i2c: i2c_gpio: keep probe resident for hotplugged devices.
[deliverable/linux.git] / drivers / hid / Makefile
CommitLineData
63f3861d
JK
1#
2# Makefile for the HID driver
3#
10bd065f 4hid-objs := hid-core.o hid-input.o hid-input-quirks.o
c080d89a
JK
5
6obj-$(CONFIG_HID) += hid.o
86166b7b 7
dd64c151 8hid-$(CONFIG_HID_DEBUG) += hid-debug.o
86166b7b 9hid-$(CONFIG_HIDRAW) += hidraw.o
c080d89a 10
6db3dfef
JK
11obj-$(CONFIG_USB_HID) += usbhid/
12obj-$(CONFIG_USB_MOUSE) += usbhid/
13obj-$(CONFIG_USB_KBD) += usbhid/
14
This page took 0.328601 seconds and 5 git commands to generate.