]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/cpt/meson.build
ring: update ring size doxygen comments
[dpdk.git] / drivers / common / cpt / meson.build
index 0a905aa43ccdcec3cbfc43191e9c90342c53068e..c09824a65167576ce940987aa16d53a89293829a 100644 (file)
@@ -1,8 +1,13 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Cavium, Inc
 
-sources = files('cpt_pmd_ops_helper.c')
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
+
+sources = files('cpt_fpm_tables.c', 'cpt_pmd_ops_helper.c')
 
 deps = ['kvargs', 'pci', 'cryptodev']
 includes += include_directories('../../crypto/octeontx')
-allow_experimental_apis = true