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
|
|
|
|
2018-07-03 11:31:12 +01:00
|
|
|
if host_machine.system() != 'linux' or cc.sizeof('void *') == 4
|
2017-10-17 13:43:57 +01:00
|
|
|
build = false
|
|
|
|
endif
|
|
|
|
version = 2
|
|
|
|
sources = files('rte_kni.c')
|
|
|
|
headers = files('rte_kni.h')
|
|
|
|
deps += ['ethdev', 'pci']
|