net/avp: add to meson build

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Allain Legacy <allain.legacy@windriver.com>
This commit is contained in:
Bruce Richardson 2018-06-08 22:20:35 +01:00 committed by Ferruh Yigit
parent 9285beee41
commit ed71204dd0
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation
sources = files('avp_ethdev.c')
install_headers('rte_avp_common.h', 'rte_avp_fifo.h')

View File

@ -3,6 +3,7 @@
drivers = ['af_packet',
'ark',
'avp',
'axgbe', 'bonding', 'dpaa', 'dpaa2',
'e1000', 'enic', 'fm10k', 'i40e',
'ifc',