X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fionic%2Fmeson.build;h=631ea27f521db75a99ef8730a3593d3742b11082;hb=3a1aca384d3ac628dec8830714826e323f509dec;hp=ec7246753ddce5310e961526190cf4213e5f12bc;hpb=54fe083f534ab4f8633660421aa403ee206b703f;p=dpdk.git diff --git a/drivers/net/ionic/meson.build b/drivers/net/ionic/meson.build index ec7246753d..631ea27f52 100644 --- a/drivers/net/ionic/meson.build +++ b/drivers/net/ionic/meson.build @@ -1,12 +1,18 @@ # SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0) # Copyright(c) 2019 Pensando +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + sources = files( 'ionic_mac_api.c', 'ionic_rx_filter.c', + 'ionic_rxtx.c', 'ionic_dev.c', 'ionic_ethdev.c', 'ionic_lif.c', 'ionic_main.c' ) -