DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] pktgen-dpdk: Add support for make O=OUTPUT option
@ 2017-10-25 11:17 Andriy Berestovskyy
  2017-10-25 12:51 ` Wiles, Keith
  0 siblings, 1 reply; 2+ messages in thread
From: Andriy Berestovskyy @ 2017-10-25 11:17 UTC (permalink / raw)
  To: dev

Add support for make O=OUTPUT compile time option.

Signed-off-by: Andriy Berestovskyy <aber@semihalf.com>
---
 app/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/Makefile b/app/Makefile
index 9207d2b..88e8716 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -57,10 +57,10 @@ yy := $(shell $(ver_cmd) -yy)
 # $(info yy=$(yy))
 
 ifeq ($(yy),17)
-COMMON_PRE := $(RTE_SRCDIR)/../lib/common
-LUA_PRE := $(RTE_SRCDIR)/../lib/lua/src
-CLI_PRE := $(RTE_SRCDIR)/../lib/cli
-GUI_PRE := $(RTE_SRCDIR)/../gui/gui
+COMMON_PRE := $(RTE_OUTPUT)/../../lib/common
+LUA_PRE := $(RTE_OUTPUT)/../../lib/lua/src
+CLI_PRE := $(RTE_OUTPUT)/../../lib/cli
+GUI_PRE := $(RTE_OUTPUT)/../../gui/gui
 else
 ifeq ($(yy),16)
 COMMON_PRE := $(RTE_SRCDIR)/../lib/common/lib/common
-- 
2.7.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] pktgen-dpdk: Add support for make O=OUTPUT option
  2017-10-25 11:17 [dpdk-dev] [PATCH] pktgen-dpdk: Add support for make O=OUTPUT option Andriy Berestovskyy
@ 2017-10-25 12:51 ` Wiles, Keith
  0 siblings, 0 replies; 2+ messages in thread
From: Wiles, Keith @ 2017-10-25 12:51 UTC (permalink / raw)
  To: Andriy Berestovskyy; +Cc: dev

Thanks


> On Oct 25, 2017, at 6:17 AM, Andriy Berestovskyy <aber@semihalf.com> wrote:
> 
> Add support for make O=OUTPUT compile time option.
> 
> Signed-off-by: Andriy Berestovskyy <aber@semihalf.com>
> ---
> app/Makefile | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/app/Makefile b/app/Makefile
> index 9207d2b..88e8716 100644
> --- a/app/Makefile
> +++ b/app/Makefile
> @@ -57,10 +57,10 @@ yy := $(shell $(ver_cmd) -yy)
> # $(info yy=$(yy))
> 
> ifeq ($(yy),17)
> -COMMON_PRE := $(RTE_SRCDIR)/../lib/common
> -LUA_PRE := $(RTE_SRCDIR)/../lib/lua/src
> -CLI_PRE := $(RTE_SRCDIR)/../lib/cli
> -GUI_PRE := $(RTE_SRCDIR)/../gui/gui
> +COMMON_PRE := $(RTE_OUTPUT)/../../lib/common
> +LUA_PRE := $(RTE_OUTPUT)/../../lib/lua/src
> +CLI_PRE := $(RTE_OUTPUT)/../../lib/cli
> +GUI_PRE := $(RTE_OUTPUT)/../../gui/gui
> else
> ifeq ($(yy),16)
> COMMON_PRE := $(RTE_SRCDIR)/../lib/common/lib/common
> -- 
> 2.7.4
> 

Regards,
Keith

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-25 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-25 11:17 [dpdk-dev] [PATCH] pktgen-dpdk: Add support for make O=OUTPUT option Andriy Berestovskyy
2017-10-25 12:51 ` Wiles, Keith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).