hid: force feedback driver for PantherLord USB/PS2 2in1 Adapter
[deliverable/linux.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
This page took 0.045277 seconds and 5 git commands to generate.