blob: 9e588d9ec7c7806c90ddceea119dd61a9a001d50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Cavium, Inc
sources = files('evt_main.c',
'evt_options.c',
'evt_test.c',
'parser.c',
'test_order_common.c',
'test_order_atq.c',
'test_order_queue.c',
'test_perf_common.c',
'test_perf_atq.c',
'test_perf_queue.c',
'test_pipeline_common.c',
'test_pipeline_atq.c',
'test_pipeline_queue.c')
deps += 'eventdev'
|