net/hns3: move queue stats to xstats
[dpdk.git] / drivers / net / bnxt / meson.build
index 9c153c4..0926556 100644 (file)
@@ -2,6 +2,12 @@
 # Copyright(c) 2018 Intel Corporation
 # Copyright(c) 2020 Broadcom
 
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+       subdir_done()
+endif
+
 headers = files('rte_pmd_bnxt.h')
 
 includes += include_directories('tf_ulp')
@@ -64,6 +70,7 @@ sources = files('bnxt_cpr.c',
        'tf_ulp/ulp_port_db.c',
        'tf_ulp/ulp_def_rules.c',
        'tf_ulp/ulp_fc_mgr.c',
+       'tf_ulp/ulp_tun.c',
        'tf_ulp/ulp_template_db_wh_plus_act.c',
        'tf_ulp/ulp_template_db_wh_plus_class.c',
        'tf_ulp/ulp_template_db_stingray_act.c',