1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Intel Corporation
3
4# this driver can be built if-and-only-if KNI library is buildable
5build = dpdk_conf.has('RTE_LIB_KNI')
6reason = 'missing dependency, DPDK KNI library'
7sources = files('rte_eth_kni.c')
8deps += 'kni'
9