1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2021 Marvell, Inc
5 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
7 reason = 'only supported on 64-bit Linux'
11 config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'
12 deps = ['eal', 'pci', 'bus_pci', 'mbuf']
13 sources = files('roc_dev.c',
48 includes += include_directories('../../bus/pci')