9 lines
141 B
Makefile
9 lines
141 B
Makefile
#
|
|
# Makefile for the HID driver
|
|
#
|
|
hid-objs := hid-core.o hid-input.o
|
|
|
|
obj-$(CONFIG_HID) += hid.o
|
|
hid-$(CONFIG_HID_DEBUG) += hid-debug.o
|
|
|