summaryrefslogtreecommitdiff
path: root/hw/dataplane/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/dataplane/Makefile.objs')
-rw-r--r--hw/dataplane/Makefile.objs3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/dataplane/Makefile.objs b/hw/dataplane/Makefile.objs
new file mode 100644
index 0000000000..8c8dea1b21
--- /dev/null
+++ b/hw/dataplane/Makefile.objs
@@ -0,0 +1,3 @@
+ifeq ($(CONFIG_VIRTIO), y)
+common-obj-$(CONFIG_VIRTIO_BLK_DATA_PLANE) += hostmem.o
+endif