[dpdk-dev] [PATCH 1/8] regex/octeontx2: fix unnecessary name override
Bruce Richardson
bruce.richardson at intel.com
Mon Nov 2 18:45:00 CET 2020
Since the device class is now part of the standard filenames, it's no
longer needed in name overrides in specific drivers.
Fixes: a20b2c01a7a1 ("build: standardize component names and defines")
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
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 398a981c07..0ab32f7788 100644
--- a/drivers/regex/octeontx2/meson.build
+++ b/drivers/regex/octeontx2/meson.build
@@ -38,7 +38,6 @@ foreach flag: extra_flags
endif
endforeach
-name = 'octeontx2_regex'
deps += ['bus_pci', 'common_octeontx2', 'regexdev']
includes += include_directories('../../common/octeontx2')
--
2.25.1
More information about the dev
mailing list