[dpdk-dev] [PATCH 4/4] rte.extvars.mk: allow user to override RTE_SDK_BIN

2014-07-21 Thread Thomas Monjalon
Hi, 2014-07-20 20:47, Matthew Hall: > Without this patch it is impossible to compile the examples if you have > compiled the DPDK into the $(RTE_SDK)/build directory, or any other one > besides $(RTE_SDK)/$(RTE_TARGET). Please, could you explain why is it impossible in your case? The standard us

[dpdk-dev] [PATCH 4/4] rte.extvars.mk: allow user to override RTE_SDK_BIN

2014-07-20 Thread Matthew Hall
Without this patch it is impossible to compile the examples if you have compiled the DPDK into the $(RTE_SDK)/build directory, or any other one besides $(RTE_SDK)/$(RTE_TARGET). Signed-off-by: Matthew Hall --- mk/rte.extvars.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/