aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/null/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/null/meson.build')
-rw-r--r--drivers/crypto/null/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/crypto/null/meson.build b/drivers/crypto/null/meson.build
new file mode 100644
index 00000000..502336da
--- /dev/null
+++ b/drivers/crypto/null/meson.build
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2017 Intel Corporation
+
+deps += 'bus_vdev'
+name = 'null_crypto'
+sources = files('null_crypto_pmd.c', 'null_crypto_pmd_ops.c')