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@xxxxxxxxxxxxxx> --- drivers/hid/Makefile | 2 ++ drivers/hid/{hid-wiimote.c => hid-wiimote-core.c} | 0 2 files changed, 2 insertions(+), 0 deletions(-) rename drivers/hid/{hid-wiimote.c => hid-wiimote-core.c} (100%) diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 0a0a38e..07e750a 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -25,6 +25,8 @@ ifdef CONFIG_LOGIWII_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 similarity index 100% rename from drivers/hid/hid-wiimote.c rename to drivers/hid/hid-wiimote-core.c -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html