1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2020 Marvell International Ltd.
5 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
7 reason = 'only supported on 64-bit Linux'
11 lib = cc.find_library('librxp_compiler', required: false)
14 ext_deps += cc.find_library('libstdc++', required: true)
15 cflags += ['-DREE_COMPILER_SDK']
20 'otx2_regexdev_compiler.c',
21 'otx2_regexdev_hw_access.c',
22 'otx2_regexdev_mbox.c',
25 deps += ['bus_pci', 'common_octeontx2', 'regexdev']
27 includes += include_directories('../../common/octeontx2')