This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / drivers / hid / Makefile
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile
new file mode 100644 (file)
index 0000000..6432392
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Makefile for the HID driver
+#
+
+# Multipart objects.
+hid-objs       := hid-core.o hid-input.o
+
+# Optional parts of multipart objects.
+
+obj-$(CONFIG_HID)              += hid.o
+
+ifeq ($(CONFIG_INPUT_DEBUG),y)
+EXTRA_CFLAGS += -DDEBUG
+endif
+