diff options
-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 1e0d2a638b28..96d33adb258a 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
@@ -25,6 +25,8 @@ ifdef CONFIG_LOGIWHEELS_FF | |||
25 | hid-logitech-y += hid-lg4ff.o | 25 | hid-logitech-y += hid-lg4ff.o |
26 | endif | 26 | endif |
27 | 27 | ||
28 | hid-wiimote-y := hid-wiimote-core.o | ||
29 | |||
28 | obj-$(CONFIG_HID_A4TECH) += hid-a4tech.o | 30 | obj-$(CONFIG_HID_A4TECH) += hid-a4tech.o |
29 | obj-$(CONFIG_HID_ACRUX) += hid-axff.o | 31 | obj-$(CONFIG_HID_ACRUX) += hid-axff.o |
30 | obj-$(CONFIG_HID_APPLE) += hid-apple.o | 32 | obj-$(CONFIG_HID_APPLE) += hid-apple.o |
diff --git a/drivers/hid/hid-wiimote.c b/drivers/hid/hid-wiimote-core.c index 76739c07fa3c..76739c07fa3c 100644 --- a/drivers/hid/hid-wiimote.c +++ b/drivers/hid/hid-wiimote-core.c | |||