summaryrefslogtreecommitdiff
path: root/hw/usb/Makefile.objs
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-03-11 11:16:39 +0100
committerPeter Wu <peter@lekensteyn.nl>2014-03-16 00:10:06 +0100
commit0719b077e2ba550a44e830e55caa30eb84373612 (patch)
tree5bd00b036ce99e4275c9a62fd90e81241243d34e /hw/usb/Makefile.objs
parente6383080977ef1c761a00005ed533695acbe81e1 (diff)
downloadqemu-0719b077e2ba550a44e830e55caa30eb84373612.tar.gz
unifying: WIP for Logitech Unifying Receiver emulation
Based on hw/usb/dev-wacom.c
Diffstat (limited to 'hw/usb/Makefile.objs')
-rw-r--r--hw/usb/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs
index 97b457541f..484c7b9630 100644
--- a/hw/usb/Makefile.objs
+++ b/hw/usb/Makefile.objs
@@ -13,6 +13,7 @@ common-obj-$(CONFIG_USB_MUSB) += hcd-musb.o
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) += dev-unifying.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