Type: feature Change-Id: Icd9de05f2cbac0e5a6dfb1f1414f21dc4b893104 Signed-off-by: Damjan Marion <damarion@cisco.com>
22 lines
260 B
CMake
22 lines
260 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright(c) 2022 Cisco Systems, Inc.
|
|
|
|
add_vpp_plugin(dev_ena
|
|
SOURCES
|
|
aq.c
|
|
aenq.c
|
|
ena.c
|
|
format.c
|
|
format_aq.c
|
|
port.c
|
|
queue.c
|
|
rx_node.c
|
|
tx_node.c
|
|
reg.c
|
|
|
|
MULTIARCH_SOURCES
|
|
rx_node.c
|
|
tx_node.c
|
|
)
|
|
|