git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
eal: fix default mempool ops
[dpdk.git]
/
lib
/
librte_cryptodev
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2017 Intel Corporation
3
4
version = 3
5
sources = files('rte_cryptodev.c', 'rte_cryptodev_pmd.c')
6
headers = files('rte_cryptodev.h',
7
'rte_cryptodev_pmd.h',
8
'rte_crypto.h',
9
'rte_crypto_sym.h')
10
deps += ['kvargs', 'mbuf']