net/bnxt: modify VXLAN decap for multichannel mode
[dpdk.git] / drivers / net / bnxt / tf_ulp / 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         'bnxt_ulp.c',
11         'ulp_mark_mgr.c',
12         'ulp_flow_db.c',
13         'ulp_template_db_tbl.c',
14         'ulp_template_db_class.c',
15         'ulp_template_db_act.c',
16         'ulp_utils.c',
17         'ulp_mapper.c',
18         'ulp_matcher.c',
19         'ulp_rte_parser.c',
20         'bnxt_ulp_flow.c',
21         'ulp_port_db.c',
22         'ulp_def_rules.c',
23         'ulp_fc_mgr.c',
24         'ulp_tun.c',
25         'ulp_gen_tbl.c',
26         'ulp_template_db_wh_plus_act.c',
27         'ulp_template_db_wh_plus_class.c',
28         'ulp_template_db_stingray_act.c',
29         'ulp_template_db_stingray_class.c')