net/txgbe: add Rx and Tx init
[dpdk.git] / drivers / net / softnic / meson.build
index dd1d610..b96ae6b 100644 (file)
@@ -2,10 +2,10 @@
 # Copyright(c) 2018 Intel Corporation
 
 if not is_linux
-        build = false
+       build = false
+       reason = 'only supported on linux'
 endif
-allow_experimental_apis = true
-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',