HID: move logitech FF processing
[deliverable/linux.git] / drivers / hid / Makefile
index 4a756c6e3a95e7bfb2836d31dfe280bf3e5b5e2d..300ee00913bc17dd369f7b03b1321be6ca21bb5f 100644 (file)
@@ -12,6 +12,14 @@ ifdef CONFIG_HID_COMPAT
 obj-m                          += hid-dummy.o
 endif
 
+hid-logitech-objs              := hid-lg.o
+ifdef CONFIG_LOGITECH_FF
+       hid-logitech-objs       += hid-lgff.o
+endif
+ifdef CONFIG_LOGIRUMBLEPAD2_FF
+       hid-logitech-objs       += hid-lg2ff.o
+endif
+
 obj-$(CONFIG_HID_A4TECH)       += hid-a4tech.o
 obj-$(CONFIG_HID_APPLE)                += hid-apple.o
 obj-$(CONFIG_HID_BELKIN)       += hid-belkin.o
This page took 0.023914 seconds and 5 git commands to generate.