1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017 Huawei Technologies Co., Ltd 3 4if is_windows 5 build = false 6 reason = 'not supported on Windows' 7 subdir_done() 8endif 9 10subdir('base') 11objs = [base_objs] 12 13sources = files( 14 'hinic_pmd_ethdev.c', 15 'hinic_pmd_rx.c', 16 'hinic_pmd_tx.c', 17 'hinic_pmd_flow.c', 18) 19 20includes += include_directories('base') 21 22if is_freebsd 23 annotate_locks = false 24endif 25