qemu/hw/dataplane/Makefile.objs

4 lines
129 B
Makefile
Raw Normal View History

ifeq ($(CONFIG_VIRTIO), y)
common-obj-$(CONFIG_VIRTIO_BLK_DATA_PLANE) += hostmem.o vring.o event-poll.o ioq.o virtio-blk.o
endif