aboutsummaryrefslogtreecommitdiff
path: root/hw/block/dataplane/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/block/dataplane/Makefile.objs')
-rw-r--r--hw/block/dataplane/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/block/dataplane/Makefile.objs b/hw/block/dataplane/Makefile.objs
index c6c68dbc00..0c5270268e 100644
--- a/hw/block/dataplane/Makefile.objs
+++ b/hw/block/dataplane/Makefile.objs
@@ -1,2 +1,2 @@
-obj-y += virtio-blk.o
+obj-$(CONFIG_VIRTIO_BLK) += virtio-blk.o
obj-$(CONFIG_XEN) += xen-block.o