1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Cavium, Inc
4 sources = files('evt_main.c',
15 dep_objs = [get_variable(get_option('default_library') + '_rte_eventdev')]
18 if get_option('default_library') == 'static'
19 link_libs = dpdk_drivers
22 executable('dpdk-test-eventdev',
24 c_args: [machine_args, '-DALLOW_EXPERIMENTAL_API'],
25 link_whole: link_libs,
26 dependencies: dep_objs,
27 install_rpath: join_paths(get_option('prefix'), driver_install_path),