]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ark/meson.build
net/ionic: log queue counters when tearing down
[dpdk.git] / drivers / net / ark / meson.build
index 99151bba1df22c7d720fccbfbc2ebf7bae3f67fc..aea3ba493d1ecd1720df9ba447d94c67fd5ebfef 100644 (file)
@@ -1,6 +1,14 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Intel Corporation
 
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+       subdir_done()
+endif
+
+headers = files('rte_pmd_ark.h')
+
 sources = files('ark_ddm.c',
        'ark_ethdev.c',
        'ark_ethdev_rx.c',