net/liquidio: add to meson build
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: Shijith Thotton <shijith.thotton@caviumnetworks.com>
This commit is contained in:
parent
3479586fe6
commit
bad475c03f
@ -15,7 +15,7 @@ LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
|
||||
LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs
|
||||
LDLIBS += -lrte_bus_pci
|
||||
|
||||
EXPORT_MAP := rte_pmd_lio_version.map
|
||||
EXPORT_MAP := rte_pmd_liquidio_version.map
|
||||
|
||||
LIBABIVER := 1
|
||||
|
||||
|
8
drivers/net/liquidio/meson.build
Normal file
8
drivers/net/liquidio/meson.build
Normal file
@ -0,0 +1,8 @@
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
# Copyright(c) 2018 Intel Corporation
|
||||
|
||||
sources = files('base/lio_23xx_vf.c',
|
||||
'base/lio_mbox.c',
|
||||
'lio_ethdev.c',
|
||||
'lio_rxtx.c')
|
||||
includes += include_directories('base')
|
@ -17,6 +17,7 @@ drivers = ['af_packet',
|
||||
'ifc',
|
||||
'ixgbe',
|
||||
'kni',
|
||||
'liquidio',
|
||||
'mvpp2', 'null', 'octeontx', 'pcap', 'ring',
|
||||
'sfc', 'thunderx', 'virtio']
|
||||
std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc
|
||||
|
Loading…
Reference in New Issue
Block a user