2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2019-01-10 14:50:11 +00:00
|
|
|
# Copyright(c) 2017-2019 Intel Corporation
|
2017-10-17 13:43:57 +01:00
|
|
|
|
2021-08-11 01:20:20 +05:30
|
|
|
sources = files(
|
|
|
|
'cryptodev_pmd.c',
|
|
|
|
'cryptodev_trace_points.c',
|
|
|
|
'rte_cryptodev.c',
|
|
|
|
)
|
|
|
|
headers = files(
|
|
|
|
'rte_cryptodev.h',
|
2021-04-20 11:22:24 +01:00
|
|
|
'rte_cryptodev_trace.h',
|
|
|
|
'rte_cryptodev_trace_fp.h',
|
|
|
|
'rte_crypto.h',
|
|
|
|
'rte_crypto_sym.h',
|
2021-08-11 01:20:20 +05:30
|
|
|
'rte_crypto_asym.h',
|
|
|
|
)
|
|
|
|
|
|
|
|
driver_sdk_headers += files(
|
|
|
|
'cryptodev_pmd.h',
|
|
|
|
)
|
|
|
|
|
2020-12-22 20:12:42 +05:30
|
|
|
deps += ['kvargs', 'mbuf', 'rcu']
|