Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[deliverable/linux.git] / drivers / hid / usbhid / Makefile
CommitLineData
6db3dfef
JK
1#
2# Makefile for the USB input drivers
3#
4
e9229faf 5usbhid-y := hid-core.o hid-quirks.o
86312e4b
MM
6usbhid-$(CONFIG_USB_HIDDEV) += hiddev.o
7usbhid-$(CONFIG_HID_PID) += hid-pidff.o
6db3dfef
JK
8
9obj-$(CONFIG_USB_HID) += usbhid.o
10obj-$(CONFIG_USB_KBD) += usbkbd.o
11obj-$(CONFIG_USB_MOUSE) += usbmouse.o
12
This page took 0.683866 seconds and 5 git commands to generate.