mirror of https://github.com/F-Stack/f-stack.git
12 lines
295 B
Meson
12 lines
295 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2017 Intel Corporation
|
||
|
|
||
|
version = 5
|
||
|
sources = files('rte_cryptodev.c', 'rte_cryptodev_pmd.c')
|
||
|
headers = files('rte_cryptodev.h',
|
||
|
'rte_cryptodev_pmd.h',
|
||
|
'rte_crypto.h',
|
||
|
'rte_crypto_sym.h',
|
||
|
'rte_crypto_asym.h')
|
||
|
deps += ['kvargs', 'mbuf']
|