From f67951bf176f8e68683b5b4b063570684bd8e7c8 Mon Sep 17 00:00:00 2001 From: Zhu Yingjiang Date: Tue, 26 Jun 2018 10:05:20 +0800 Subject: [PATCH] enable audio mediator device model Modify the Makefile to add the virtio_audio.c Signed-off-by: Zhu Yingjiang --- devicemodel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devicemodel/Makefile b/devicemodel/Makefile index 51a135d36..ea34576f7 100644 --- a/devicemodel/Makefile +++ b/devicemodel/Makefile @@ -83,6 +83,7 @@ SRCS += hw/pci/virtio/virtio_input.c SRCS += hw/pci/ahci.c SRCS += hw/pci/hostbridge.c SRCS += hw/pci/passthrough.c +SRCS += hw/pci/virtio/virtio_audio.c SRCS += hw/pci/virtio/virtio_net.c SRCS += hw/pci/virtio/virtio_rnd.c SRCS += hw/pci/virtio/virtio_hyper_dmabuf.c