ethdev: add return value to stats get dev op
[dpdk.git] / app / test-eventdev / Makefile
index 242d3ee..dcb2ac4 100644 (file)
@@ -1,6 +1,6 @@
 #   BSD LICENSE
 #
-#   Copyright(c) 2017 Cavium. All rights reserved.
+#   Copyright(c) 2017 Cavium, Inc. All rights reserved.
 #
 #   Redistribution and use in source and binary forms, with or without
 #   modification, are permitted provided that the following conditions
@@ -12,7 +12,7 @@
 #       notice, this list of conditions and the following disclaimer in
 #       the documentation and/or other materials provided with the
 #       distribution.
-#     * Neither the name of Cavium nor the names of its
+#     * Neither the name of Cavium, Inc nor the names of its
 #       contributors may be used to endorse or promote products derived
 #       from this software without specific prior written permission.
 #
@@ -48,5 +48,7 @@ SRCS-y += test_order_queue.c
 SRCS-y += test_order_atq.c
 
 SRCS-y += test_perf_common.c
+SRCS-y += test_perf_queue.c
+SRCS-y += test_perf_atq.c
 
 include $(RTE_SDK)/mk/rte.app.mk