git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/virtio: fix incorrect cast of void *
[dpdk.git]
/
cryptodev
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2017-2019 Intel Corporation
3
4
sources = files(
5
'cryptodev_pmd.c',
6
'cryptodev_trace_points.c',
7
'rte_cryptodev.c',
8
)
9
headers = files(
10
'rte_cryptodev.h',
11
'rte_cryptodev_trace.h',
12
'rte_cryptodev_trace_fp.h',
13
'rte_crypto.h',
14
'rte_crypto_sym.h',
15
'rte_crypto_asym.h',
16
)
17
18
driver_sdk_headers += files(
19
'cryptodev_pmd.h',
20
)
21
22
deps += ['kvargs', 'mbuf', 'rcu']