git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/bnxt: fix using RSS config struct
[dpdk.git]
/
drivers
/
net
/
failsafe
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2018 Intel Corporation
3
4
cflags += '-std=gnu99'
5
cflags += '-D_DEFAULT_SOURCE'
6
cflags += '-D_XOPEN_SOURCE=700'
7
cflags += '-pedantic'
8
if is_linux
9
cflags += '-DLINUX'
10
else
11
cflags += '-DBSD'
12
endif
13
14
sources = files('failsafe_args.c',
15
'failsafe.c',
16
'failsafe_eal.c',
17
'failsafe_ether.c',
18
'failsafe_flow.c',
19
'failsafe_intr.c',
20
'failsafe_ops.c',
21
'failsafe_rxtx.c')