66fde1b943
Implement device detection and loading. Add igc driver guide docs. Signed-off-by: Alvin Zhang <alvinx.zhang@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
8 lines
134 B
Meson
8 lines
134 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2019-2020 Intel Corporation
|
|
|
|
sources = files(
|
|
'igc_logs.c',
|
|
'igc_ethdev.c'
|
|
)
|