xref: /dpdk/drivers/net/af_packet/meson.build (revision d5d9e8fe0906f24579b9ff8c24442c235cc1819a)
16c9457c2SBruce Richardson# SPDX-License-Identifier: BSD-3-Clause
26c9457c2SBruce Richardson# Copyright(c) 2017 Intel Corporation
3efd5d1a8SBruce Richardson
4adf93ca5SBruce Richardsonif not is_linux
5efd5d1a8SBruce Richardson    build = false
6135155a8SThomas Monjalon    reason = 'only supported on Linux'
7efd5d1a8SBruce Richardsonendif
8efd5d1a8SBruce Richardsonsources = files('rte_eth_af_packet.c')
9*d5d9e8feSThomas Monjalonrequire_iova_in_mbuf = false
10