dd64c151b9
CONFIG_INPUT_DEBUG is non-existent option, so remove anything depending on it. Also, as we have new CONFIG_HID_DEBUG, this should be used on places where ifdef DEBUG was used before. Suggested by Adrian Bunk. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
8 lines
141 B
Makefile
8 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
|
|
|