Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.22 12 lines 246 B view raw
1# 2# Makefile for the HID driver 3# 4hid-objs := hid-core.o hid-input.o 5 6obj-$(CONFIG_HID) += hid.o 7hid-$(CONFIG_HID_DEBUG) += hid-debug.o 8 9obj-$(CONFIG_USB_HID) += usbhid/ 10obj-$(CONFIG_USB_MOUSE) += usbhid/ 11obj-$(CONFIG_USB_KBD) += usbhid/ 12