git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2223b6c
)
regex/octeontx2: remove unused include directory
author
Thomas Monjalon
<thomas@monjalon.net>
Mon, 3 May 2021 14:45:33 +0000
(16:45 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/drivers/regex/octeontx2/meson.build
b/drivers/regex/octeontx2/meson.build
index
4930ce0
..
3f81add
100644
(file)
--- 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