]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/hinic/meson.build
net/bnxt: add conditional processing of templates
[dpdk.git] / drivers / net / hinic / meson.build
index d1c3ecc7761b4d64d356518a1bacfcd9fba3ec46..dbcf1777822c2be39363599ea3ebcad4f9c23265 100644 (file)
@@ -1,11 +1,20 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Huawei Technologies Co., Ltd
 
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
+
 subdir('base')
 objs = [base_objs]
 
 sources = files(
-       'hinic_pmd_ethdev.c',
-       )
+        'hinic_pmd_ethdev.c',
+        'hinic_pmd_rx.c',
+        'hinic_pmd_tx.c',
+        'hinic_pmd_flow.c',
+)
 
 includes += include_directories('base')