]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/octeontx/base/meson.build
net/i40e: fix boundary check in RSS config
[dpdk.git] / drivers / net / octeontx / base / meson.build
index b72104170ed69b8e008de25d5306589cee00d487..b8fe4b301336697aad77abfaf80473362599ff2b 100644 (file)
@@ -10,7 +10,10 @@ sources = [
 depends = ['ethdev', 'mempool_octeontx']
 static_objs = []
 foreach d: depends
-       static_objs += [get_variable('static_rte_' + d)]
+       if not is_variable('shared_rte_' + d)
+               subdir_done()
+       endif
+       static_objs += get_variable('static_rte_' + d)
 endforeach
 
 c_args = cflags