Skip to content

Commit

Permalink
regex/octeontx2: remove unused include directory
Browse files Browse the repository at this point in the history
[ upstream commit 486cc30 ]

The variable inc_dir is not defined in this file.

Fixes: 4cd1c5f ("regex/octeontx2: introduce REE driver")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Guy Kaneti <guyk@marvell.com>
  • Loading branch information
tmonjalo authored and steevenlee committed Jun 8, 2021
1 parent a0a21cb commit 8ff5598
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/regex/octeontx2/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8ff5598

Please sign in to comment.