aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorStephane Chatty <chatty@lii-enac.fr>2009-12-22 23:04:17 +0100
committerJiri Kosina <jkosina@suse.cz>2009-12-23 01:28:37 +0100
commitb6353f4f36f03a12edaf3fa5365b475a28106035 (patch)
treeddc9805f66cc095edb1b4614c774b5af13bb457c /drivers/hid/Makefile
parent3067e02f8f3ae2f3f02ba76400d03b8bcb4942b0 (diff)
HID: Support for 3M multitouch panel
Add support for 3M multitouch panels. Signed-off-by: Stephane Chatty <chatty@enac.fr> [jkosina@suse.cz: fix build failure because of inconsistent 3M/MMM defines] Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r--drivers/hid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile
index 0de2dff5542..1bdfb97910f 100644
--- a/drivers/hid/Makefile
+++ b/drivers/hid/Makefile
@@ -19,6 +19,7 @@ ifdef CONFIG_LOGIRUMBLEPAD2_FF
hid-logitech-objs += hid-lg2ff.o
endif
+obj-$(CONFIG_HID_3M_PCT) += hid-3m-pct.o
obj-$(CONFIG_HID_A4TECH) += hid-a4tech.o
obj-$(CONFIG_HID_APPLE) += hid-apple.o
obj-$(CONFIG_HID_BELKIN) += hid-belkin.o