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

if host_machine.system() != 'linux'
        build = false
endif
sources = files('avp_ethdev.c')
install_headers('rte_avp_common.h', 'rte_avp_fifo.h')