X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fice%2Fmeson.build;h=9a67c8f7ba9b773bdeb5274536d36ea6896c2766;hb=76fd789cc7dddbaa2c08065b7c3ca915b5c07e7c;hp=d58936089b3018043c33d93bfee43bb01902cd7a;hpb=5674465a32c895ff9eb74280b29cacd15bf8db59;p=dpdk.git diff --git a/drivers/net/ice/meson.build b/drivers/net/ice/meson.build index d58936089b..9a67c8f7ba 100644 --- a/drivers/net/ice/meson.build +++ b/drivers/net/ice/meson.build @@ -1,6 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + subdir('base') objs = [base_objs]