diff options
Diffstat (limited to 'drivers/usb/input/Makefile')
-rw-r--r-- | drivers/usb/input/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile index 764114529c56..48551be324ac 100644 --- a/drivers/usb/input/Makefile +++ b/drivers/usb/input/Makefile | |||
@@ -3,6 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | # Multipart objects. | 5 | # Multipart objects. |
6 | wacom-objs := wacom_sys.o wacom_wac.o | ||
6 | usbhid-objs := hid-core.o | 7 | usbhid-objs := hid-core.o |
7 | 8 | ||
8 | # Optional parts of multipart objects. | 9 | # Optional parts of multipart objects. |
@@ -44,6 +45,7 @@ obj-$(CONFIG_USB_ACECAD) += acecad.o | |||
44 | obj-$(CONFIG_USB_YEALINK) += yealink.o | 45 | obj-$(CONFIG_USB_YEALINK) += yealink.o |
45 | obj-$(CONFIG_USB_XPAD) += xpad.o | 46 | obj-$(CONFIG_USB_XPAD) += xpad.o |
46 | obj-$(CONFIG_USB_APPLETOUCH) += appletouch.o | 47 | obj-$(CONFIG_USB_APPLETOUCH) += appletouch.o |
48 | obj-$(CONFIG_USB_TRANCEVIBRATOR) += trancevibrator.o | ||
47 | 49 | ||
48 | ifeq ($(CONFIG_USB_DEBUG),y) | 50 | ifeq ($(CONFIG_USB_DEBUG),y) |
49 | EXTRA_CFLAGS += -DDEBUG | 51 | EXTRA_CFLAGS += -DDEBUG |