net/failsafe: add to meson build
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
952afd9adf
commit
3a221aa68f
23
drivers/net/failsafe/meson.build
Normal file
23
drivers/net/failsafe/meson.build
Normal file
@ -0,0 +1,23 @@
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
# Copyright(c) 2018 Intel Corporation
|
||||
|
||||
cflags += '-std=gnu99'
|
||||
cflags += '-D_DEFAULT_SOURCE'
|
||||
cflags += '-D_XOPEN_SOURCE=700'
|
||||
cflags += '-pedantic'
|
||||
if host_machine.system() == 'linux'
|
||||
cflags += '-DLINUX'
|
||||
else
|
||||
cflags += '-DBSD'
|
||||
endif
|
||||
|
||||
allow_experimental_apis = true
|
||||
|
||||
sources = files('failsafe_args.c',
|
||||
'failsafe.c',
|
||||
'failsafe_eal.c',
|
||||
'failsafe_ether.c',
|
||||
'failsafe_flow.c',
|
||||
'failsafe_intr.c',
|
||||
'failsafe_ops.c',
|
||||
'failsafe_rxtx.c')
|
@ -11,7 +11,9 @@ drivers = ['af_packet',
|
||||
'dpaa', 'dpaa2',
|
||||
'e1000',
|
||||
'ena',
|
||||
'enic', 'fm10k', 'i40e',
|
||||
'enic',
|
||||
'failsafe',
|
||||
'fm10k', 'i40e',
|
||||
'ifc',
|
||||
'ixgbe',
|
||||
'mvpp2', 'null', 'octeontx', 'pcap', 'ring',
|
||||
|
Loading…
Reference in New Issue
Block a user