diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-09-18 06:23:32 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:51:01 -0400 |
commit | 987fbc1f7d446f4bf7063d3b756ae29db80be75e (patch) | |
tree | 84e4057e429857b9a624b612b1180798c7893268 /drivers/hid/usbhid/Makefile | |
parent | 10e41a711e55f485709b4ca157e587cf36ef5a69 (diff) |
HID: move zeroplus FF processing
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/usbhid/Makefile')
-rw-r--r-- | drivers/hid/usbhid/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/hid/usbhid/Makefile b/drivers/hid/usbhid/Makefile index dd3b8634800f..5c460fcdd75c 100644 --- a/drivers/hid/usbhid/Makefile +++ b/drivers/hid/usbhid/Makefile | |||
@@ -13,9 +13,6 @@ endif | |||
13 | ifeq ($(CONFIG_HID_PID),y) | 13 | ifeq ($(CONFIG_HID_PID),y) |
14 | usbhid-objs += hid-pidff.o | 14 | usbhid-objs += hid-pidff.o |
15 | endif | 15 | endif |
16 | ifeq ($(CONFIG_ZEROPLUS_FF),y) | ||
17 | usbhid-objs += hid-zpff.o | ||
18 | endif | ||
19 | ifeq ($(CONFIG_HID_FF),y) | 16 | ifeq ($(CONFIG_HID_FF),y) |
20 | usbhid-objs += hid-ff.o | 17 | usbhid-objs += hid-ff.o |
21 | endif | 18 | endif |