net/txgbe: support VF promiscuous and allmulticast
[dpdk.git] / drivers / net / softnic / meson.build
index 96c003e..e31bdec 100644 (file)
@@ -3,9 +3,9 @@
 
 if not is_linux
        build = false
-       reason = 'only supported on linux'
+       reason = 'only supported on Linux'
 endif
-install_headers('rte_eth_softnic.h')
+headers = files('rte_eth_softnic.h')
 sources = files('rte_eth_softnic_tm.c',
        'rte_eth_softnic.c',
        'rte_eth_softnic_mempool.c',