aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dev_ena/CMakeLists.txt
blob: d9224d6fd9b3151d84a8d6dcf3aa7a2e41c2cf6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
)