net/hns3: fix link status change from firmware
[dpdk.git] / examples / vhost_blk / meson.build
index 8573671..354ba05 100644 (file)
@@ -8,10 +8,12 @@
 
 if not is_linux
        build = false
+       subdir_done()
 endif
 
 if not cc.has_header('linux/virtio_blk.h')
        build = false
+       subdir_done()
 endif
 
 deps += 'vhost'