aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/af_packet/meson.build
blob: 92f6a971503c6cdc23c2acf7cafacefae7f6d638 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

if host_machine.system() != 'linux'
	build = false
endif
sources = files('rte_eth_af_packet.c')