blob: 2537695b7e3f2399792282ccd6ecb2379fe758d0 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# Makefile for the HID driver
#
hid-objs := hid-core.o hid-input.o hid-input-quirks.o
obj-$(CONFIG_HID) += hid.o
hid-$(CONFIG_HID_DEBUG) += hid-debug.o
hid-$(CONFIG_HIDRAW) += hidraw.o
|