net/softnic: fix useless address check
[dpdk.git] / drivers / net / enetc / meson.build
index af11c09..966dc69 100644 (file)
@@ -2,13 +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')
-allow_experimental_apis = true