a6712cd029
Add PF module init and uninit operations with mailbox. Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
15 lines
231 B
Meson
15 lines
231 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2015-2020
|
|
|
|
subdir('base')
|
|
objs = [base_objs]
|
|
|
|
sources = files(
|
|
'txgbe_ethdev.c',
|
|
'txgbe_ptypes.c',
|
|
'txgbe_pf.c',
|
|
'txgbe_rxtx.c',
|
|
)
|
|
|
|
includes += include_directories('base')
|