From 201e5cec0ad2b6ee2e469189b19ac9a401596a01 Mon Sep 17 00:00:00 2001 From: Tomas Winkler Date: Tue, 16 Oct 2018 01:52:36 +0300 Subject: [PATCH] dm: mei: enable virtio_mei compilation Add virtio_mei to the Makefile Tracked-On: #1536 Signed-off-by: Tomas Winkler Acked-by: Wang, Yu1 --- devicemodel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devicemodel/Makefile b/devicemodel/Makefile index 0cdaedc6f..263a109fb 100644 --- a/devicemodel/Makefile +++ b/devicemodel/Makefile @@ -99,6 +99,7 @@ SRCS += hw/pci/virtio/virtio_net.c SRCS += hw/pci/virtio/virtio_rnd.c SRCS += hw/pci/virtio/virtio_ipu.c SRCS += hw/pci/virtio/virtio_hyper_dmabuf.c +SRCS += hw/pci/virtio/virtio_mei.c SRCS += hw/pci/virtio/virtio_rpmb.c SRCS += hw/pci/irq.c SRCS += hw/pci/uart.c