2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-10-17 12:43:57 +00:00
|
|
|
|
2021-10-20 11:25:54 +00:00
|
|
|
if is_windows
|
|
|
|
build = false
|
|
|
|
reason = 'not supported on Windows'
|
|
|
|
subdir_done()
|
|
|
|
endif
|
|
|
|
|
2017-10-17 12:43:57 +00:00
|
|
|
sources = files('rte_flow_classify.c', 'rte_flow_classify_parse.c')
|
|
|
|
headers = files('rte_flow_classify.h')
|
|
|
|
deps += ['net', 'table']
|