patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] regex/octeontx2: remove unused include directory
@ 2021-05-03 14:45 Thomas Monjalon
  2021-05-03 15:43 ` [dpdk-stable] [EXT] " Guy Kaneti
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2021-05-03 14:45 UTC (permalink / raw)
  To: dev; +Cc: stable, Guy Kaneti

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
 
-- 
2.31.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-05 20:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-03 14:45 [dpdk-stable] [PATCH] regex/octeontx2: remove unused include directory Thomas Monjalon
2021-05-03 15:43 ` [dpdk-stable] [EXT] " Guy Kaneti
2021-05-05 20:16   ` [dpdk-stable] [dpdk-dev] " Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).