diff mbox

add odp prefix to l2fwd

Message ID 1401966440-30118-1-git-send-email-maxim.uvarov@linaro.org
State Superseded
Headers show

Commit Message

Maxim Uvarov June 5, 2014, 11:07 a.m. UTC
All odp applications have odp_ prefix. Adding the same prefix to l2fwd.

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
---
 test/l2fwd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Anders Roxell June 6, 2014, 9:48 a.m. UTC | #1
On 2014-06-05 15:07, Maxim Uvarov wrote:
> All odp applications have odp_ prefix. Adding the same prefix to l2fwd.
> 
> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
> ---
>  test/l2fwd/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test/l2fwd/Makefile b/test/l2fwd/Makefile
> index 3435caa..7c072c3 100644
> --- a/test/l2fwd/Makefile
> +++ b/test/l2fwd/Makefile
> @@ -4,7 +4,7 @@
>  # SPDX-License-Identifier:     BSD-3-Clause
>  
>  ODP_ROOT = ../..
> -ODP_APP  = l2fwd
> +ODP_APP  = odp_l2fwd
>  
>  include $(ODP_ROOT)/Makefile.inc
>  include ../Makefile.inc
> -- 
> 1.8.5.1.163.gd7aced9
> 
> 
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp

Do the change in the .gitignore file as well.

Cheers,
Anders
Maxim Uvarov June 6, 2014, 9:51 a.m. UTC | #2
On 06/06/2014 01:48 PM, Anders Roxell wrote:
>
> Do the change in the .gitignore file as well.
thanks, forgot about that! Will update patch.
> Cheers,
> Anders
diff mbox

Patch

diff --git a/test/l2fwd/Makefile b/test/l2fwd/Makefile
index 3435caa..7c072c3 100644
--- a/test/l2fwd/Makefile
+++ b/test/l2fwd/Makefile
@@ -4,7 +4,7 @@ 
 # SPDX-License-Identifier:     BSD-3-Clause
 
 ODP_ROOT = ../..
-ODP_APP  = l2fwd
+ODP_APP  = odp_l2fwd
 
 include $(ODP_ROOT)/Makefile.inc
 include ../Makefile.inc