net/igc: support Rx and Tx
[dpdk.git] / drivers / net / igc / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019-2020 Intel Corporation
3
4 subdir('base')
5 objs = [base_objs]
6
7 sources = files(
8         'igc_logs.c',
9         'igc_ethdev.c',
10         'igc_txrx.c'
11 )
12
13 includes += include_directories('base')