> -----Original Message-----
> From: Thomas Monjalon <[email protected]>
> Sent: Monday, May 3, 2021 5:46 PM
> To: [email protected]
> Cc: [email protected]; Guy Kaneti <[email protected]>
> 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: [email protected]
>
> Signed-off-by: Thomas Monjalon <[email protected]>
> ---
> 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 <[email protected]>