]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/memif/meson.build
net/ena: rework RSS configuration
[dpdk.git] / drivers / net / memif / meson.build
index 9c3ba432d07dfcd452f9b29579a7520469feff0a..680bc8631c34c5a2302f6059c7a0280875216b21 100644 (file)
@@ -2,11 +2,13 @@
 # Copyright 2018-2019 Cisco Systems, Inc.  All rights reserved.
 
 if not is_linux
 # Copyright 2018-2019 Cisco Systems, Inc.  All rights reserved.
 
 if not is_linux
-       build = false
-       reason = 'only supported on Linux'
+    build = false
+    reason = 'only supported on Linux'
 endif
 
 endif
 
-sources = files('rte_eth_memif.c',
-               'memif_socket.c')
+sources = files(
+        'memif_socket.c',
+        'rte_eth_memif.c',
+)
 
 deps += ['hash']
 
 deps += ['hash']