ena: Amazon Elastic Network Adapter (ENA) native driver
[vpp.git] / src / plugins / dev_ena / CMakeLists.txt
1 # SPDX-License-Identifier: Apache-2.0
2 # Copyright(c) 2022 Cisco Systems, Inc.
3
4 add_vpp_plugin(dev_ena
5   SOURCES
6   aq.c
7   aenq.c
8   ena.c
9   format.c
10   format_aq.c
11   port.c
12   queue.c
13   rx_node.c
14   tx_node.c
15   reg.c
16
17   MULTIARCH_SOURCES
18   rx_node.c
19   tx_node.c
20 )
21