aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_security/meson.build
blob: 532953fccf8327c9b28f504acadb7a384ef7342a (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

sources = files('rte_security.c')
headers = files('rte_security.h', 'rte_security_driver.h')
deps += ['mempool', 'cryptodev']