summaryrefslogtreecommitdiff
path: root/hw/usb/Makefile.objs
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-03-18 21:21:51 +0100
committerPeter Wu <peter@lekensteyn.nl>2014-03-18 21:21:51 +0100
commit3a5922cc11f73269bfcd762997efc2c029a3b585 (patch)
tree04f129f72b655e1976b0a9456a17b4f93fe9fe7c /hw/usb/Makefile.objs
parent0bb8d924cbcd02069eb64893a2c2d48a20631866 (diff)
downloadqemu-3a5922cc11f73269bfcd762997efc2c029a3b585.tar.gz
unifying: WIP for HID++ support
Error queue is implemented, possible receiver and device properties are filled in (in the header). Signed-off-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'hw/usb/Makefile.objs')
-rw-r--r--hw/usb/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs
index c4edcf3d35..f735867bd1 100644
--- a/hw/usb/Makefile.objs
+++ b/hw/usb/Makefile.objs
@@ -14,7 +14,7 @@ common-obj-y += dev-hub.o
common-obj-y += dev-hid.o
common-obj-$(CONFIG_USB_TABLET_WACOM) += dev-wacom.o
common-obj-$(CONFIG_USB_LG_UNIFYING) += dump.o
-common-obj-$(CONFIG_USB_LG_UNIFYING) += dev-unifying.o
+common-obj-$(CONFIG_USB_LG_UNIFYING) += dev-unifying.o hid-logitech-dj.o
common-obj-$(CONFIG_USB_STORAGE_BOT) += dev-storage.o
common-obj-$(CONFIG_USB_STORAGE_UAS) += dev-uas.o
common-obj-$(CONFIG_USB_AUDIO) += dev-audio.o