]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/hid/Makefile
hid: force feedback driver for PantherLord USB/PS2 2in1 Adapter
[mirror_ubuntu-bionic-kernel.git] / drivers / hid / Makefile
CommitLineData
63f3861d
JK
1#
2# Makefile for the HID driver
3#
4
5# Multipart objects.
6hid-objs := hid-core.o hid-input.o
7
8# Optional parts of multipart objects.
9
10obj-$(CONFIG_HID) += hid.o
11
12ifeq ($(CONFIG_INPUT_DEBUG),y)
13EXTRA_CFLAGS += -DDEBUG
14endif
15