6c9457c279
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Reviewed-by: Luca Boccassi <bluca@debian.org>
8 lines
236 B
Meson
8 lines
236 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
allow_experimental_apis = true
|
|
sources = files('rte_security.c')
|
|
headers = files('rte_security.h', 'rte_security_driver.h')
|
|
deps += ['mempool', 'cryptodev']
|