net/hns3: refactor multi-process initialization
[dpdk.git] / drivers / regex / octeontx2 / meson.build
index 6ccc858..3f81add 100644 (file)
@@ -3,24 +3,24 @@
 #
 
 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
-       build = false
-       reason = 'only supported on 64-bit Linux'
-       subdir_done()
+    build = false
+    reason = 'only supported on 64-bit Linux'
+    subdir_done()
 endif
 
 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']
+    ext_deps += lib
+    ext_deps += cc.find_library('libstdc++', required: true)
+    cflags += ['-DREE_COMPILER_SDK']
 endif
 
-sources = files('otx2_regexdev.c',
-               'otx2_regexdev_hw_access.c',
-               'otx2_regexdev_mbox.c',
-               'otx2_regexdev_compiler.c'
-               )
+sources = files(
+        'otx2_regexdev.c',
+        'otx2_regexdev_compiler.c',
+        'otx2_regexdev_hw_access.c',
+        'otx2_regexdev_mbox.c',
+)
 
 deps += ['bus_pci', 'common_octeontx2', 'regexdev']