mirror of https://github.com/F-Stack/f-stack.git
12 lines
261 B
Meson
12 lines
261 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2018 Intel Corporation
|
||
|
|
||
|
allow_experimental_apis = true
|
||
|
sources = files('ena_ethdev.c',
|
||
|
'base/ena_com.c',
|
||
|
'base/ena_eth_com.c')
|
||
|
|
||
|
deps += ['timer']
|
||
|
|
||
|
includes += include_directories('base', 'base/ena_defs')
|