diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2011-11-17 14:11:58 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-22 23:06:31 +0100 |
commit | 192a1acfbd600fea8a596b7d92572b70131b7738 (patch) | |
tree | d90d1af5f9f5430f4d48318697553afd569470b8 /drivers/hid/Makefile | |
parent | 30307c69d59b14723fbf8a524847b302388c702d (diff) | |
download | linux-3.10-192a1acfbd600fea8a596b7d92572b70131b7738.tar.gz linux-3.10-192a1acfbd600fea8a596b7d92572b70131b7738.tar.bz2 linux-3.10-192a1acfbd600fea8a596b7d92572b70131b7738.zip |
HID: wiimote: Rename driver to allow multiple source files
Extension and sound support for the wiimote are quite complex and will be
implemented in separate source files. Hence rename the current driver to "-core"
suffix so multiple files can be linked into this module.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 1e0d2a638b2..96d33adb258 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -25,6 +25,8 @@ ifdef CONFIG_LOGIWHEELS_FF hid-logitech-y += hid-lg4ff.o endif +hid-wiimote-y := hid-wiimote-core.o + obj-$(CONFIG_HID_A4TECH) += hid-a4tech.o obj-$(CONFIG_HID_ACRUX) += hid-axff.o obj-$(CONFIG_HID_APPLE) += hid-apple.o |