aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_kni/meson.build
blob: a738a033ac6f4e21d0277c2f222aa266e35adafb (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

if host_machine.system() != 'linux' or cc.sizeof('void *') == 4
	build = false
endif
version = 2
sources = files('rte_kni.c')
headers = files('rte_kni.h')
deps += ['ethdev', 'pci']