X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2FMakefile;h=2630ab4843be201bef61f279fbfb8a6cdd0e21d1;hb=d44f8a485f5d1f652ab1f2afdd9b37e585f9d612;hp=a88cc38bfe12555e21f08fa8ce19bc1e5df5b082;hpb=544092a0f954a283dd2e074ef10f88be215e00d3;p=dpdk.git diff --git a/test/test/Makefile b/test/test/Makefile index a88cc38bfe..2630ab4843 100644 --- a/test/test/Makefile +++ b/test/test/Makefile @@ -161,7 +161,6 @@ SRCS-$(CONFIG_RTE_LIBRTE_DISTRIBUTOR) += test_distributor_perf.c SRCS-$(CONFIG_RTE_LIBRTE_REORDER) += test_reorder.c -SRCS-y += test_devargs.c SRCS-y += virtual_pmd.c SRCS-y += packet_burst_generator.c SRCS-$(CONFIG_RTE_LIBRTE_ACL) += test_acl.c @@ -185,6 +184,7 @@ ifeq ($(CONFIG_RTE_LIBRTE_EVENTDEV),y) SRCS-y += test_eventdev.c SRCS-y += test_event_ring.c SRCS-y += test_event_eth_rx_adapter.c +SRCS-y += test_event_timer_adapter.c endif ifeq ($(CONFIG_RTE_LIBRTE_RAWDEV),y)