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 | |
parent | 30307c69d59b14723fbf8a524847b302388c702d (diff) | |
download | op-kernel-dev-192a1acfbd600fea8a596b7d92572b70131b7738.zip op-kernel-dev-192a1acfbd600fea8a596b7d92572b70131b7738.tar.gz |
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')
-rw-r--r-- | drivers/hid/Makefile | 2 | ||||
-rw-r--r-- | drivers/hid/hid-wiimote-core.c (renamed from drivers/hid/hid-wiimote.c) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 1e0d2a6..96d33ad 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 diff --git a/drivers/hid/hid-wiimote.c b/drivers/hid/hid-wiimote-core.c index 76739c0..76739c0 100644 --- a/drivers/hid/hid-wiimote.c +++ b/drivers/hid/hid-wiimote-core.c |