blob: e3b2d83b56a57b6d27bd2f9f66001e1218ef5f21 (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation
# this driver can be built if-and-only-if KNI library is buildable
build = dpdk_conf.has('RTE_LIBRTE_KNI')
sources = files('rte_eth_kni.c')
deps += 'kni'
|