]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/octeontx/base/meson.build
common/cnxk: enable backpressure on CPT with inline inbound
[dpdk.git] / drivers / net / octeontx / base / meson.build
index 0a69dfd467cca9565e7be03f29a6b1ef9f8254e9..8e5e8c1b555961942f5934af8b7dd39e37bdc024 100644 (file)
@@ -4,7 +4,7 @@
 sources = [
         'octeontx_pkovf.c',
         'octeontx_pkivf.c',
-        'octeontx_bgx.c'
+        'octeontx_bgx.c',
 ]
 
 depends = ['ethdev', 'mempool_octeontx']
@@ -22,4 +22,4 @@ base_lib = static_library('octeontx_base', sources,
     dependencies: static_objs,
 )
 
-base_objs = base_lib.extract_all_objects()
+base_objs = base_lib.extract_all_objects(recursive: true)