1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019 Intel Corporation
5 # Add the experimenatal APIs called from this PMD
6 # rte_eth_switch_domain_alloc()
8 # rte_eth_dev_destroy()
9 # rte_eth_switch_domain_free()
14 reason = 'missing dependency, "libfdt"'
18 includes += include_directories('../../raw/ifpga')
20 sources += files('ipn3ke_ethdev.c',
21 'ipn3ke_representor.c',
24 deps += ['bus_ifpga', 'ethdev', 'sched']