aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/virtio/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/virtio/meson.build')
-rw-r--r--drivers/crypto/virtio/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/crypto/virtio/meson.build b/drivers/crypto/virtio/meson.build
new file mode 100644
index 00000000..b15b3f9f
--- /dev/null
+++ b/drivers/crypto/virtio/meson.build
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2018 HUAWEI TECHNOLOGIES CO., LTD.
+
+includes += include_directories('../../../lib/librte_vhost')
+deps += 'bus_pci'
+name = 'virtio_crypto'
+sources = files('virtio_cryptodev.c', 'virtio_pci.c',
+ 'virtio_rxtx.c', 'virtqueue.c')