aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r--drivers/hid/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile
new file mode 100644
index 00000000000..52e97d8f3c9
--- /dev/null
+++ b/drivers/hid/Makefile
@@ -0,0 +1,8 @@
+#
+# 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
+