numam-dpdk/drivers/net/igc/meson.build

16 lines
257 B
Meson
Raw Normal View History

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2019-2020 Intel Corporation
subdir('base')
objs = [base_objs]
sources = files(
'igc_logs.c',
'igc_ethdev.c',
'igc_txrx.c',
'igc_filter.c',
'igc_flow.c'
)
includes += include_directories('base')