enable audio mediator device model

Modify the Makefile to add the virtio_audio.c

Signed-off-by: Zhu Yingjiang <yingjiang.zhu@linux.intel.com>
This commit is contained in:
Zhu Yingjiang 2018-06-26 10:05:20 +08:00 committed by lijinxia
parent ea06afdd85
commit 8c386a9600

View File

@ -83,6 +83,7 @@ SRCS += hw/pci/virtio/virtio_input.c
SRCS += hw/pci/ahci.c SRCS += hw/pci/ahci.c
SRCS += hw/pci/hostbridge.c SRCS += hw/pci/hostbridge.c
SRCS += hw/pci/passthrough.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_net.c
SRCS += hw/pci/virtio/virtio_rnd.c SRCS += hw/pci/virtio/virtio_rnd.c
SRCS += hw/pci/virtio/virtio_hyper_dmabuf.c SRCS += hw/pci/virtio/virtio_hyper_dmabuf.c