1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Cavium, Inc
5 include $(RTE_SDK)/mk/rte.vars.mk
7 APP = dpdk-test-eventdev
10 CFLAGS += $(WERROR_FLAGS)
13 # all source are stored in SRCS-y
16 SRCS-y += evt_options.c
20 SRCS-y += test_order_common.c
21 SRCS-y += test_order_queue.c
22 SRCS-y += test_order_atq.c
24 SRCS-y += test_perf_common.c
25 SRCS-y += test_perf_queue.c
26 SRCS-y += test_perf_atq.c
28 SRCS-y += test_pipeline_common.c
29 SRCS-y += test_pipeline_queue.c
30 SRCS-y += test_pipeline_atq.c
32 include $(RTE_SDK)/mk/rte.app.mk