]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost_blk/meson.build
node: fix missing header include
[dpdk.git] / examples / vhost_blk / meson.build
index 857367192cf903a01154eb060c727c49aa242580..354ba05848d06468ebd49163fa54dcc41b42536d 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'