New upstream version 18.08
[deb_dpdk.git] / drivers / net / kni / meson.build
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
5 build = dpdk_conf.has('RTE_LIBRTE_KNI')
6 allow_experimental_apis = true
7 sources = files('rte_eth_kni.c')
8 deps += 'kni'