]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_kni/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_kni / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Intel Corporation
3
9f95a23c 4if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
11fdf7f2
TL
5 build = false
6endif
7version = 2
8sources = files('rte_kni.c')
9headers = files('rte_kni.h')
10deps += ['ethdev', 'pci']