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