From: Jerin Jacob Date: Tue, 18 Aug 2015 12:40:04 +0000 (+0530) Subject: app/test: fix needless build dependency on x86 X-Git-Tag: spdx-start~8486 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=c3be8409738d3257386cd96dc86a77366d6cfb01;p=dpdk.git app/test: fix needless build dependency on x86 Signed-off-by: Jerin Jacob --- diff --git a/app/test/Makefile b/app/test/Makefile index 7778e1c9f7..294618f685 100644 --- a/app/test/Makefile +++ b/app/test/Makefile @@ -115,7 +115,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_CMDLINE) += test_cmdline_lib.c ifeq ($(CONFIG_RTE_LIBRTE_SCHED),y) SRCS-y += test_red.c -SRCS-$(CONFIG_RTE_ARCH_X86_64) += test_sched.c +SRCS-y += test_sched.c endif SRCS-$(CONFIG_RTE_LIBRTE_METER) += test_meter.c