2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-10-17 13:43:57 +01:00
|
|
|
|
2018-03-20 11:26:21 +00:00
|
|
|
version = 4
|
2017-10-17 13:43:57 +01:00
|
|
|
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')
|
|
|
|
deps += ['kvargs', 'mbuf']
|