git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcc5cdf
)
app/test: fix needless build dependency on x86
author
Jerin Jacob
<jerin.jacob@caviumnetworks.com>
Tue, 18 Aug 2015 12:40:04 +0000
(18:10 +0530)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Tue, 8 Sep 2015 06:47:29 +0000
(08:47 +0200)
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
app/test/Makefile
patch
|
blob
|
history
diff --git
a/app/test/Makefile
b/app/test/Makefile
index
7778e1c
..
294618f
100644
(file)
--- 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