diff options
Diffstat (limited to 'hw/input/Makefile.objs')
-rw-r--r-- | hw/input/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/input/Makefile.objs b/hw/input/Makefile.objs index ee8bba9013..0dae71052d 100644 --- a/hw/input/Makefile.objs +++ b/hw/input/Makefile.objs @@ -10,6 +10,7 @@ common-obj-$(CONFIG_VMMOUSE) += vmmouse.o ifeq ($(CONFIG_LINUX),y) common-obj-$(CONFIG_VIRTIO) += virtio-input.o +common-obj-$(CONFIG_VIRTIO) += virtio-input-hid.o endif obj-$(CONFIG_MILKYMIST) += milkymist-softusb.o |