X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fionic%2Fmeson.build;h=631ea27f521db75a99ef8730a3593d3742b11082;hb=0984d196be2a92eb6e2e0b926fdb4a06a1d7d823;hp=4744ae126b910f72bc8f213d977a6897bb7e4f74;hpb=5ef518098ec6cbed87e84fe3b2d748aa6fda52c1;p=dpdk.git diff --git a/drivers/net/ionic/meson.build b/drivers/net/ionic/meson.build index 4744ae126b..631ea27f52 100644 --- a/drivers/net/ionic/meson.build +++ b/drivers/net/ionic/meson.build @@ -1,10 +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' ) -