]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/hid/Makefile
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
[mirror_ubuntu-bionic-kernel.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
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