]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/meson.build
net/ice: clean GTPU flow type for flow director
[dpdk.git] / drivers / net / bnxt / meson.build
index 2896337b5da2fb4509cc16f82a179e176135f945..092655697f4a60b5885edb51ba4d16a603fe2e46 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')