diff options
| author | Anssi Hannula <anssi.hannula@gmail.com> | 2006-07-19 01:44:17 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-07-19 01:44:17 -0400 |
| commit | bb3caf7f438a67452f5cf4773ca1bf82260bbbad (patch) | |
| tree | 01bcea151929eea5e58bb1591de80eac9be5d617 /drivers/usb/input/Makefile | |
| parent | 1f734cb461e1f029d751deb15c8d9f8137fb2ca7 (diff) | |
Input: add force feedback driver for PSX-style Zeroplus devices
Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/usb/input/Makefile')
| -rw-r--r-- | drivers/usb/input/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile index 84e72dcfc920..affb6a36d242 100644 --- a/drivers/usb/input/Makefile +++ b/drivers/usb/input/Makefile | |||
| @@ -22,6 +22,9 @@ endif | |||
| 22 | ifeq ($(CONFIG_THRUSTMASTER_FF),y) | 22 | ifeq ($(CONFIG_THRUSTMASTER_FF),y) |
| 23 | usbhid-objs += hid-tmff.o | 23 | usbhid-objs += hid-tmff.o |
| 24 | endif | 24 | endif |
| 25 | ifeq ($(CONFIG_ZEROPLUS_FF),y) | ||
| 26 | usbhid-objs += hid-zpff.o | ||
| 27 | endif | ||
| 25 | ifeq ($(CONFIG_HID_FF),y) | 28 | ifeq ($(CONFIG_HID_FF),y) |
| 26 | usbhid-objs += hid-ff.o | 29 | usbhid-objs += hid-ff.o |
| 27 | endif | 30 | endif |
