2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-10-17 12:43:57 +00:00
|
|
|
|
2019-04-09 10:55:36 +00:00
|
|
|
if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
|
2021-04-20 10:22:24 +00:00
|
|
|
build = false
|
|
|
|
reason = 'only supported on 64-bit Linux'
|
2017-10-17 12:43:57 +00:00
|
|
|
endif
|
|
|
|
sources = files('rte_kni.c')
|
2020-10-25 18:48:20 +00:00
|
|
|
headers = files('rte_kni.h', 'rte_kni_common.h')
|
2017-10-17 12:43:57 +00:00
|
|
|
deps += ['ethdev', 'pci']
|