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:
parent
9285beee41
commit
ed71204dd0
5
drivers/net/avp/meson.build
Normal file
5
drivers/net/avp/meson.build
Normal 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')
|
@ -3,6 +3,7 @@
|
||||
|
||||
drivers = ['af_packet',
|
||||
'ark',
|
||||
'avp',
|
||||
'axgbe', 'bonding', 'dpaa', 'dpaa2',
|
||||
'e1000', 'enic', 'fm10k', 'i40e',
|
||||
'ifc',
|
||||
|
Loading…
Reference in New Issue
Block a user