aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/common/cpt/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/common/cpt/meson.build')
-rw-r--r--drivers/common/cpt/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/common/cpt/meson.build b/drivers/common/cpt/meson.build
new file mode 100644
index 00000000..0a905aa4
--- /dev/null
+++ b/drivers/common/cpt/meson.build
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2018 Cavium, Inc
+
+sources = files('cpt_pmd_ops_helper.c')
+
+deps = ['kvargs', 'pci', 'cryptodev']
+includes += include_directories('../../crypto/octeontx')
+allow_experimental_apis = true