summaryrefslogtreecommitdiff
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2011-11-17 13:11:58 (GMT)
committerJiri Kosina <jkosina@suse.cz>2011-11-22 22:06:31 (GMT)
commit192a1acfbd600fea8a596b7d92572b70131b7738 (patch)
treed90d1af5f9f5430f4d48318697553afd569470b8 /drivers/hid/Makefile
parent30307c69d59b14723fbf8a524847b302388c702d (diff)
downloadlinux-192a1acfbd600fea8a596b7d92572b70131b7738.tar.xz
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/Makefile2
1 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