hid: force feedback driver for PantherLord USB/PS2 2in1 Adapter
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / usb / input / Makefile
index 1a24b5b..a06024e 100644 (file)
@@ -17,6 +17,9 @@ endif
 ifeq ($(CONFIG_LOGITECH_FF),y)
        usbhid-objs     += hid-lgff.o
 endif
+ifeq ($(CONFIG_PANTHERLORD_FF),y)
+       usbhid-objs     += hid-plff.o
+endif
 ifeq ($(CONFIG_THRUSTMASTER_FF),y)
        usbhid-objs     += hid-tmff.o
 endif