1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2020 Mellanox Technologies, Ltd
6 reason = 'only supported on Linux'
10 fmt_name = 'mlx5_regex'
11 deps += ['common_mlx5', 'eal', 'regexdev']
16 'mlx5_regex_control.c',
17 'mlx5_regex_fastpath.c',
21 '-Wno-strict-prototypes',
26 foreach option:cflags_options
27 if cc.has_argument(option)