2020-06-04 13:34:58 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2020 Mellanox Technologies, Ltd
|
|
|
|
|
2021-06-29 20:50:22 +00:00
|
|
|
if is_windows
|
|
|
|
build = false
|
|
|
|
reason = 'not supported on Windows'
|
|
|
|
subdir_done()
|
|
|
|
endif
|
|
|
|
|
2020-06-04 13:34:58 +00:00
|
|
|
sources = files(
|
2021-04-20 10:22:21 +00:00
|
|
|
'actions_gen.c',
|
|
|
|
'flow_gen.c',
|
|
|
|
'items_gen.c',
|
|
|
|
'main.c',
|
2020-06-04 13:34:58 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
deps += ['ethdev']
|