net/hns3: fix timing in mailbox
[dpdk.git] / drivers / net / igc / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019-2020 Intel Corporation
3
4 if is_windows
5         build = false
6         reason = 'not supported on Windows'
7         subdir_done()
8 endif
9
10 subdir('base')
11 objs = [base_objs]
12
13 sources = files(
14         'igc_logs.c',
15         'igc_ethdev.c',
16         'igc_txrx.c',
17         'igc_filter.c',
18         'igc_flow.c'
19 )
20
21 includes += include_directories('base')