regex/octeontx2: remove unused include directory
authorThomas Monjalon <thomas@monjalon.net>
Mon, 3 May 2021 14:45:33 +0000 (16:45 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 5 May 2021 20:15:49 +0000 (22:15 +0200)
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>
drivers/regex/octeontx2/meson.build

index 4930ce0..3f81add 100644 (file)
@@ -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