From 7c530e39d3f61761f4f5b97b4f61c83773151413 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sun, 23 Mar 2014 17:00:54 +0100 Subject: unifying: interface with HID++ 2.0 features Prepare for adding more HID++ 2.0 features. --- hw/usb/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/usb/Makefile.objs') diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs index f735867bd1..477589f7c5 100644 --- a/hw/usb/Makefile.objs +++ b/hw/usb/Makefile.objs @@ -15,6 +15,7 @@ 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 hid-logitech-dj.o +common-obj-$(CONFIG_USB_LG_UNIFYING) += hid-logitech-hidpp20.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 -- cgit v1.2.1