dm: mei: enable virtio_mei compilation
Add virtio_mei to the Makefile Tracked-On: #1536 Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>
This commit is contained in:
parent
d4b9bd599d
commit
201e5cec0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue