Merge branch 'for-2638/i2c/ocores' into for-linus/i2c-2638
[deliverable/linux.git] / drivers / hid / usbhid / Makefile
1 #
2 # Makefile for the USB input drivers
3 #
4
5 # Multipart objects.
6 usbhid-y := hid-core.o hid-quirks.o
7
8 # Optional parts of multipart objects.
9
10 ifeq ($(CONFIG_USB_HIDDEV),y)
11 usbhid-y += hiddev.o
12 endif
13 ifeq ($(CONFIG_HID_PID),y)
14 usbhid-y += hid-pidff.o
15 endif
16
17 obj-$(CONFIG_USB_HID) += usbhid.o
18 obj-$(CONFIG_USB_KBD) += usbkbd.o
19 obj-$(CONFIG_USB_MOUSE) += usbmouse.o
20
This page took 0.029477 seconds and 5 git commands to generate.