git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
drivers/net: use sleep delay by default for Intel NICs
[dpdk.git]
/
drivers
/
common
/
dpaax
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2018 NXP
3
4
allow_experimental_apis = true
5
6
if host_machine.system() != 'linux'
7
build = false
8
endif
9
10
sources = files('dpaax_iova_table.c')
11
12
cflags += ['-D_GNU_SOURCE']