2018-06-08 21:20:35 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2018 Intel Corporation
|
|
|
|
|
2019-04-09 10:55:36 +00:00
|
|
|
if not is_linux
|
2019-06-05 20:22:41 +00:00
|
|
|
build = false
|
|
|
|
reason = 'only supported on linux'
|
2018-10-04 14:10:00 +00:00
|
|
|
endif
|
2019-07-23 08:04:19 +00:00
|
|
|
allow_experimental_apis = true
|
2018-06-08 21:20:35 +00:00
|
|
|
sources = files('avp_ethdev.c')
|
|
|
|
install_headers('rte_avp_common.h', 'rte_avp_fifo.h')
|