net/bnxt: add dpool allocator for EM allocation
[dpdk.git] / drivers / net / fm10k / meson.build
index fa264f4..69566ad 100644 (file)
@@ -2,21 +2,20 @@
 # Copyright(c) 2017 Intel Corporation
 
 if is_windows
-       build = false
-       reason = 'not supported on Windows'
-       subdir_done()
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
 endif
 
 subdir('base')
 objs = [base_objs]
 
 sources = files(
-       'fm10k_ethdev.c',
-       'fm10k_rxtx.c',
+        'fm10k_ethdev.c',
+        'fm10k_rxtx.c',
 )
 if arch_subdir == 'x86'
-       dpdk_conf.set('RTE_LIBRTE_FM10K_INC_VECTOR', 1)
-       sources += files('fm10k_rxtx_vec.c')
+    sources += files('fm10k_rxtx_vec.c')
 endif
 
 includes += include_directories('base')