1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Advanced Micro Devices, Inc. All rights reserved.
4 if host_machine.system() != 'linux'
7 dep = dependency('libcrypto', required: false)
14 sources = files('rte_ccp_pmd.c',
21 pkgconfig_extra_libs += '-lcrypto'