net/bnxt: support shared TCAM region
[dpdk.git] / drivers / net / bnxt / tf_core / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
3 # Copyright(c) 2021 Broadcom
4
5 #Include the folder for headers
6 includes += include_directories('.')
7
8 #Add the source files
9 sources += files(
10         'tf_core.c',
11         'bitalloc.c',
12         'tf_msg.c',
13         'll.c',
14         'dpool.c',
15         'rand.c',
16         'stack.c',
17         'tf_rm.c',
18         'tf_tbl.c',
19         'tf_em_common.c',
20         'tf_em_host.c',
21         'tf_em_internal.c',
22         'tf_em_hash_internal.c',
23         'tfp.c',
24         'tf_util.c',
25         'tf_device.c',
26         'tf_device_p4.c',
27         'tf_global_cfg.c',
28         'tf_identifier.c',
29         'tf_if_tbl.c',
30         'tf_session.c',
31         'tf_shadow_tcam.c',
32         'tf_tcam.c',
33         'tf_tcam_shared.c',
34         'tf_shadow_identifier.c',
35         'tf_hash.c',
36         'tf_device_p58.c')