net/ice/base: init flag redirect table for parser
[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_utils.c',
14         'ulp_mapper.c',
15         'ulp_matcher.c',
16         'ulp_rte_parser.c',
17         'bnxt_ulp_flow.c',
18         'ulp_port_db.c',
19         'ulp_def_rules.c',
20         'ulp_fc_mgr.c',
21         'ulp_tun.c',
22         'bnxt_tf_pmd_shim.c',
23         'ulp_gen_tbl.c',
24         'ulp_gen_hash.c',
25         'ulp_ha_mgr.c',
26         'ulp_rte_handler_tbl.c')
27
28 subdir('generic_templates')