X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fnfb%2Fmeson.build;h=bb5f66a09a2d43d3678d8eb414d55b9ad1af4075;hb=92ef4b8f1688ded571fb2085727e5e82f2afe5d6;hp=f4a89b87d53ec97153d03f0a9302c9bb8754cd66;hpb=7be7dc6dea927da7d458cb4172d70338f9eea164;p=dpdk.git diff --git a/drivers/net/nfb/meson.build b/drivers/net/nfb/meson.build index f4a89b87d5..bb5f66a09a 100644 --- a/drivers/net/nfb/meson.build +++ b/drivers/net/nfb/meson.build @@ -4,9 +4,9 @@ # All rights reserved. if is_windows - build = false - reason = 'not supported on Windows' - subdir_done() + build = false + reason = 'not supported on Windows' + subdir_done() endif dep = dependency('netcope-common', required: false, method: 'pkg-config') @@ -14,4 +14,10 @@ reason = 'missing dependency, "libnfb"' build = dep.found() ext_deps += dep -sources = files('nfb_rx.c', 'nfb_tx.c', 'nfb_stats.c', 'nfb_ethdev.c', 'nfb_rxmode.c') +sources = files( + 'nfb_ethdev.c', + 'nfb_rx.c', + 'nfb_rxmode.c', + 'nfb_stats.c', + 'nfb_tx.c', +)