diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-05-05 17:13:06 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-06-03 05:07:05 -0400 |
commit | 45ec9fff8629dda47d0c7645174220bcf5d9b6ba (patch) | |
tree | 6edad63c4aab27f5ec74a3afa8a1174d600e2316 /drivers/hid/Makefile | |
parent | 8b1fded7a352cbd926b314d3b42a538a848c15d8 (diff) |
HID: wiimote: remove old static extension support
We now have dynamic hotplug support so the old static extensions are no
longer needed nor used. Remove it along CONFIG_HID_WIIMOTE_EXT.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 2c2222684043..6a1215b87be3 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
@@ -29,9 +29,6 @@ ifdef CONFIG_LOGIWHEELS_FF | |||
29 | endif | 29 | endif |
30 | 30 | ||
31 | hid-wiimote-y := hid-wiimote-core.o hid-wiimote-modules.o | 31 | hid-wiimote-y := hid-wiimote-core.o hid-wiimote-modules.o |
32 | ifdef CONFIG_HID_WIIMOTE_EXT | ||
33 | hid-wiimote-y += hid-wiimote-ext.o | ||
34 | endif | ||
35 | ifdef CONFIG_DEBUG_FS | 32 | ifdef CONFIG_DEBUG_FS |
36 | hid-wiimote-y += hid-wiimote-debug.o | 33 | hid-wiimote-y += hid-wiimote-debug.o |
37 | endif | 34 | endif |