2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-08-30 10:18:49 +00:00
|
|
|
|
2019-04-09 10:55:36 +00:00
|
|
|
if not is_linux
|
2017-08-30 10:18:49 +00:00
|
|
|
build = false
|
2019-06-05 20:22:41 +00:00
|
|
|
reason = 'only supported on linux'
|
2017-08-30 10:18:49 +00:00
|
|
|
endif
|
|
|
|
sources = files('rte_eth_af_packet.c')
|