X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Figc%2Fmeson.build;h=9ab19ea9c32507a80951dd1fd923f04a45c0f28f;hb=9fda31c3229ca6e036cae80392578ed6e5a51119;hp=b971e6f8c628bf36d51b5a6b62545db89da11fd2;hpb=b9d60b5434e9df46f53fc1e3aa4b065f261adb83;p=dpdk.git diff --git a/drivers/net/igc/meson.build b/drivers/net/igc/meson.build index b971e6f8c6..9ab19ea9c3 100644 --- a/drivers/net/igc/meson.build +++ b/drivers/net/igc/meson.build @@ -2,20 +2,20 @@ # Copyright(c) 2019-2020 Intel Corporation if is_windows - build = false - reason = 'not supported on Windows' - subdir_done() + build = false + reason = 'not supported on Windows' + subdir_done() endif subdir('base') objs = [base_objs] sources = files( - 'igc_logs.c', - 'igc_ethdev.c', - 'igc_txrx.c', - 'igc_filter.c', - 'igc_flow.c' + 'igc_ethdev.c', + 'igc_logs.c', + 'igc_filter.c', + 'igc_flow.c', + 'igc_txrx.c', ) includes += include_directories('base')