version: 21.11-rc0
[dpdk.git] / drivers / net / txgbe / meson.build
index 3b9994a..14729a6 100644 (file)
@@ -1,25 +1,25 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2015-2020
+# Copyright(c) 2015-2020 Beijing WangXun Technology Co., Ltd.
 
 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(
-       'txgbe_ethdev.c',
-       'txgbe_ethdev_vf.c',
-       'txgbe_fdir.c',
-       'txgbe_flow.c',
-       'txgbe_ipsec.c',
-       'txgbe_ptypes.c',
-       'txgbe_pf.c',
-       'txgbe_rxtx.c',
-       'txgbe_tm.c',
+        'txgbe_ethdev.c',
+        'txgbe_ethdev_vf.c',
+        'txgbe_fdir.c',
+        'txgbe_flow.c',
+        'txgbe_ipsec.c',
+        'txgbe_ptypes.c',
+        'txgbe_pf.c',
+        'txgbe_rxtx.c',
+        'txgbe_tm.c',
 )
 
 deps += ['hash', 'security']