net/bnxt: cleanup ULP parser and mapper
[dpdk.git] / drivers / net / bnxt / hcapi / cfa / 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         'hcapi_cfa_p4.c',
11         'hcapi_cfa_p58.c',
12         'hcapi_cfa_common.c')