Type: feature Change-Id: I9ae0dbf28b4571a37c568b587b771f90c06f200d Signed-off-by: Damjan Marion <damarion@cisco.com>
21 lines
261 B
CMake
21 lines
261 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright(c) 2022 Cisco Systems, Inc.
|
|
|
|
add_vpp_plugin(dev_iavf
|
|
SOURCES
|
|
adminq.c
|
|
counters.c
|
|
format.c
|
|
iavf.c
|
|
port.c
|
|
queue.c
|
|
rx_node.c
|
|
tx_node.c
|
|
virtchnl.c
|
|
|
|
MULTIARCH_SOURCES
|
|
rx_node.c
|
|
tx_node.c
|
|
)
|
|
|