HID: move logitech FF processing
[deliverable/linux.git] / drivers / hid / usbhid / Makefile
index de9bc1fe3eaaee00b1aec5e9832f833fc7ba770f..224c62dc6a32725cabca4ab0f62c9539d87a37f6 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 # Multipart objects.
-usbhid-objs    := hid-core.o
+usbhid-objs    := hid-core.o hid-quirks.o
 
 # Optional parts of multipart objects.
 
@@ -13,9 +13,6 @@ endif
 ifeq ($(CONFIG_HID_PID),y)
        usbhid-objs     += hid-pidff.o
 endif
-ifeq ($(CONFIG_LOGITECH_FF),y)
-       usbhid-objs     += hid-lgff.o
-endif
 ifeq ($(CONFIG_PANTHERLORD_FF),y)
        usbhid-objs     += hid-plff.o
 endif
This page took 0.028297 seconds and 5 git commands to generate.