2022-10-25 09:07:24 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(C) 2022 Intel Corporation
|
|
|
|
|
|
|
|
if is_windows
|
|
|
|
build = false
|
|
|
|
reason = 'not supported on Windows'
|
|
|
|
subdir_done()
|
|
|
|
endif
|
|
|
|
|
|
|
|
sources = files(
|
|
|
|
'base/gve_adminq.c',
|
2022-10-25 09:07:28 +00:00
|
|
|
'gve_rx.c',
|
|
|
|
'gve_tx.c',
|
2022-10-25 09:07:24 +00:00
|
|
|
'gve_ethdev.c',
|
|
|
|
)
|
|
|
|
includes += include_directories('base')
|