6c9457c279
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Reviewed-by: Luca Boccassi <bluca@debian.org>
17 lines
263 B
Meson
17 lines
263 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
subdir('base')
|
|
objs = [base_objs]
|
|
|
|
sources = files(
|
|
'em_ethdev.c',
|
|
'em_rxtx.c',
|
|
'igb_ethdev.c',
|
|
'igb_flow.c',
|
|
'igb_pf.c',
|
|
'igb_rxtx.c'
|
|
)
|
|
|
|
includes += include_directories('base')
|