74b4d7c2503c9a62cad9345b13b1bca660232121
[dpdk.git] / drivers / net / ipn3ke / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019 Intel Corporation
3
4 #
5 # Add the experimenatal APIs called from this PMD
6 #  rte_eth_switch_domain_alloc()
7 #  rte_eth_dev_create()
8 #  rte_eth_dev_destroy()
9 #  rte_eth_switch_domain_free()
10 #
11 allow_experimental_apis = true
12
13 sources += files('ipn3ke_ethdev.c',
14         'ipn3ke_representor.c',
15         'ipn3ke_tm.c',
16         'ipn3ke_flow.c')
17 deps += ['bus_ifpga', 'sched']