]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ipn3ke/meson.build
net/ice: track DCF state of PF
[dpdk.git] / drivers / net / ipn3ke / meson.build
index 65de9d517242679ab0612349af8202609d2b0630..104d2f58e59f5b8e944d98f87926af638aa0dc69 100644 (file)
@@ -2,13 +2,13 @@
 # Copyright(c) 2019 Intel Corporation
 
 if is_windows
-       build = false
-       reason = 'not supported on Windows'
-       subdir_done()
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
 endif
 
 #
-# Add the experimenatal APIs called from this PMD
+# Add the experimental APIs called from this PMD
 #  rte_eth_switch_domain_alloc()
 #  rte_eth_dev_create()
 #  rte_eth_dev_destroy()
@@ -16,15 +16,17 @@ endif
 #
 
 if has_libfdt == 0
-       build = false
-       reason = 'missing dependency, "libfdt"'
-       subdir_done()
+    build = false
+    reason = 'missing dependency, "libfdt"'
+    subdir_done()
 endif
 
 includes += include_directories('../../raw/ifpga')
 
-sources += files('ipn3ke_ethdev.c',
-       'ipn3ke_representor.c',
-       'ipn3ke_tm.c',
-       'ipn3ke_flow.c')
+sources += files(
+        'ipn3ke_ethdev.c',
+        'ipn3ke_flow.c',
+        'ipn3ke_representor.c',
+        'ipn3ke_tm.c',
+)
 deps += ['bus_ifpga', 'ethdev', 'sched']