Files
linux-apfs/drivers/hid/Makefile
T

15 lines
300 B
Makefile
Raw Normal View History

2006-12-08 18:41:30 +01:00
#
# Makefile for the HID driver
#
hid-objs := hid-core.o hid-input.o hid-input-quirks.o
obj-$(CONFIG_HID) += hid.o
2007-05-14 09:57:40 +02:00
hid-$(CONFIG_HID_DEBUG) += hid-debug.o
2007-05-14 09:57:40 +02:00
hid-$(CONFIG_HIDRAW) += hidraw.o
obj-$(CONFIG_USB_HID) += usbhid/
obj-$(CONFIG_USB_MOUSE) += usbhid/
obj-$(CONFIG_USB_KBD) += usbhid/