1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2019 Marvell International Ltd.
5 sources= files('otx2_dev.c',
12 # This integrated controller runs only on a arm64 machine, remove 32bit warnings
13 if not dpdk_conf.get('RTE_ARCH_64')
14 extra_flags += ['-Wno-int-to-pointer-cast', '-Wno-pointer-to-int-cast']
17 foreach flag: extra_flags
18 if cc.has_argument(flag)
23 deps = ['eal', 'pci', 'ethdev']
24 includes += include_directories('../../common/octeontx2',
25 '../../mempool/octeontx2', '../../bus/pci')