aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_kni/meson.build
blob: c4b21961c789120fbe6e5f491bf59acc3f3b26d0 (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'
	build = false
endif
version = 2
sources = files('rte_kni.c')
headers = files('rte_kni.h')
deps += ['ethdev', 'pci']