net/ngbe: add simple Rx flow
[dpdk.git] / drivers / net / thunderx / base / meson.build
index bf4e860..704ee65 100644 (file)
@@ -2,18 +2,15 @@
 # Copyright(c) 2017 Cavium, Inc
 
 sources = [
-       'nicvf_hw.c',
-       'nicvf_mbox.c',
-       'nicvf_bsvf.c'
+        'nicvf_hw.c',
+        'nicvf_mbox.c',
+        'nicvf_bsvf.c',
 ]
 
 c_args = cflags
-if allow_experimental_apis
-       c_args += '-DALLOW_EXPERIMENTAL_API'
-endif
 base_lib = static_library('nicvf_base', sources,
-       c_args: c_args,
-       dependencies: static_rte_ethdev
+    c_args: c_args,
+    dependencies: static_rte_ethdev
 )
 
 base_objs = base_lib.extract_all_objects()