app/flow-perf: support meter action
[dpdk.git] / examples / ethtool / meson.build
index cc8edac..4d08bc4 100644 (file)
@@ -7,6 +7,10 @@
 # DPDK instance, use 'make'
 
 build = is_linux
+if not build
+       subdir_done()
+endif
+
 sources = files('lib/rte_ethtool.c',
        'ethtool-app/ethapp.c',
        'ethtool-app/main.c')