summaryrefslogtreecommitdiff
path: root/usr/src/dkms_source_tree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/dkms_source_tree/Makefile')
-rw-r--r--usr/src/dkms_source_tree/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/dkms_source_tree/Makefile b/usr/src/dkms_source_tree/Makefile
index 2537695..2da5113 100644
--- a/usr/src/dkms_source_tree/Makefile
+++ b/usr/src/dkms_source_tree/Makefile
@@ -1,9 +1,12 @@
1# 1#
2# Makefile for the HID driver 2# Makefile for the HID driver
3# 3#
4hid-objs := hid-core.o hid-input.o hid-input-quirks.o 4hid-objs := hid-core.o hid-input.o
5
6ifdef CONFIG_DEBUG_FS
7 hid-objs += hid-debug.o
8endif
5 9
6obj-$(CONFIG_HID) += hid.o 10obj-$(CONFIG_HID) += hid.o
7 11
8hid-$(CONFIG_HID_DEBUG) += hid-debug.o
9hid-$(CONFIG_HIDRAW) += hidraw.o 12hid-$(CONFIG_HIDRAW) += hidraw.o