1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2019 Marvell International Ltd.
5 if not dpdk_conf.get('RTE_ARCH_64')
7 reason = 'only supported on 64-bit'
16 'otx2_evdev_crypto_adptr.c',
18 'otx2_evdev_selftest.c',
23 deps += ['bus_pci', 'common_octeontx2', 'crypto_octeontx2', 'mempool_octeontx2', 'net_octeontx2']
25 includes += include_directories('../../crypto/octeontx2')
26 includes += include_directories('../../common/cpt')