net/cnxk: support Rx security offload on cn10k
[dpdk.git] / drivers / net / e1000 / meson.build
index 43ad52c..c5e48c6 100644 (file)
@@ -2,22 +2,22 @@
 # 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(
-       'e1000_logs.c',
-       'em_ethdev.c',
-       'em_rxtx.c',
-       'igb_ethdev.c',
-       'igb_flow.c',
-       'igb_pf.c',
-       'igb_rxtx.c'
+        'e1000_logs.c',
+        'em_ethdev.c',
+        'em_rxtx.c',
+        'igb_ethdev.c',
+        'igb_flow.c',
+        'igb_pf.c',
+        'igb_rxtx.c',
 )
 
 includes += include_directories('base')