X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fmemif%2Fmeson.build;h=680bc8631c34c5a2302f6059c7a0280875216b21;hb=34d5e97e8dca3c60f72d6328fe20b8fad35ad586;hp=9c3ba432d07dfcd452f9b29579a7520469feff0a;hpb=acec04c4b2f5c75d244319e1d0ca17ea7d4da72d;p=dpdk.git diff --git a/drivers/net/memif/meson.build b/drivers/net/memif/meson.build index 9c3ba432d0..680bc8631c 100644 --- a/drivers/net/memif/meson.build +++ b/drivers/net/memif/meson.build @@ -2,11 +2,13 @@ # 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 -sources = files('rte_eth_memif.c', - 'memif_socket.c') +sources = files( + 'memif_socket.c', + 'rte_eth_memif.c', +) deps += ['hash']