regex/octeontx2: remove unused include directory

Message ID 20210503144533.1368625-1-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series regex/octeontx2: remove unused include directory |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/github-robot success github build: passed
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-testing success Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Thomas Monjalon May 3, 2021, 2:45 p.m. UTC
  The variable inc_dir is not defined in this file.

Fixes: 4cd1c5fd9ed4 ("regex/octeontx2: introduce REE driver")
Cc: stable@dpdk.org

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 drivers/regex/octeontx2/meson.build | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Guy Kaneti May 3, 2021, 3:43 p.m. UTC | #1
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Monday, May 3, 2021 5:46 PM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; Guy Kaneti <guyk@marvell.com>
> Subject: [EXT] [PATCH] regex/octeontx2: remove unused include directory
> 
> External Email
> 
> ----------------------------------------------------------------------
> The variable inc_dir is not defined in this file.
> 
> Fixes: 4cd1c5fd9ed4 ("regex/octeontx2: introduce REE driver")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  drivers/regex/octeontx2/meson.build | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/regex/octeontx2/meson.build
> b/drivers/regex/octeontx2/meson.build
> index 4930ce00f4..3f81add5bf 100644
> --- a/drivers/regex/octeontx2/meson.build
> +++ b/drivers/regex/octeontx2/meson.build
> @@ -12,7 +12,6 @@ lib = cc.find_library('librxp_compiler', required: false)  if
> lib.found()
>      ext_deps += lib
>      ext_deps += cc.find_library('libstdc++', required: true)
> -    includes += include_directories(inc_dir)
>      cflags += ['-DREE_COMPILER_SDK']
>  endif
> 

Acked-by: Guy Kaneti <guyk@marvell.com>
  
Thomas Monjalon May 5, 2021, 8:16 p.m. UTC | #2
> > The variable inc_dir is not defined in this file.
> > 
> > Fixes: 4cd1c5fd9ed4 ("regex/octeontx2: introduce REE driver")
> > Cc: stable@dpdk.org
> > 
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> 
> Acked-by: Guy Kaneti <guyk@marvell.com>

Applied
  

Patch

diff --git a/drivers/regex/octeontx2/meson.build b/drivers/regex/octeontx2/meson.build
index 4930ce00f4..3f81add5bf 100644
--- a/drivers/regex/octeontx2/meson.build
+++ b/drivers/regex/octeontx2/meson.build
@@ -12,7 +12,6 @@  lib = cc.find_library('librxp_compiler', required: false)
 if lib.found()
     ext_deps += lib
     ext_deps += cc.find_library('libstdc++', required: true)
-    includes += include_directories(inc_dir)
     cflags += ['-DREE_COMPILER_SDK']
 endif