net/txgbe: add TM configuration init and uninit
[dpdk.git] / drivers / net / txgbe / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2015-2020
3
4 subdir('base')
5 objs = [base_objs]
6
7 sources = files(
8         'txgbe_ethdev.c',
9         'txgbe_fdir.c',
10         'txgbe_flow.c',
11         'txgbe_ptypes.c',
12         'txgbe_pf.c',
13         'txgbe_rxtx.c',
14         'txgbe_tm.c',
15 )
16
17 deps += ['hash']
18
19 includes += include_directories('base')
20
21 install_headers('rte_pmd_txgbe.h')