build: remove individual library versions
[dpdk.git] / drivers / net / bnxt / meson.build
index bfb448f..0c311d2 100644 (file)
@@ -2,10 +2,10 @@
 # Copyright(c) 2018 Intel Corporation
 
 install_headers('rte_pmd_bnxt.h')
-version = 2
 sources = files('bnxt_cpr.c',
        'bnxt_ethdev.c',
        'bnxt_filter.c',
+       'bnxt_flow.c',
        'bnxt_hwrm.c',
        'bnxt_irq.c',
        'bnxt_ring.c',
@@ -17,3 +17,7 @@ sources = files('bnxt_cpr.c',
        'bnxt_util.c',
        'bnxt_vnic.c',
        'rte_pmd_bnxt.c')
+
+if arch_subdir == 'x86'
+       sources += files('bnxt_rxtx_vec_sse.c')
+endif