]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/enetc/meson.build
raw/ioat: expand descriptor struct to full 64 bytes
[dpdk.git] / drivers / net / enetc / meson.build
index 850307c04ed0e187188c103d691e65f4d7463708..966dc694fc687b22360de231ed8eaacb6e907e48 100644 (file)
@@ -2,12 +2,14 @@
 # Copyright 2018 NXP
 
 if not is_linux
-       build = false
-       reason = 'only supported on Linux'
+    build = false
+    reason = 'only supported on Linux'
 endif
 
 deps += ['common_dpaax']
-sources = files('enetc_ethdev.c',
-               'enetc_rxtx.c')
+sources = files(
+        'enetc_ethdev.c',
+        'enetc_rxtx.c',
+)
 
 includes += include_directories('base')