X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fionic%2Fmeson.build;h=487fef188223e930eab9eb06e6022c2920c2aac8;hb=d99088431ea5d6bb568c5cb5542688453084dcc6;hp=f5e3c36c940359d701b6930a5639a13ce5782bd6;hpb=7c12539358db8f5287325bc2531e920a69472f94;p=dpdk.git diff --git a/drivers/net/ionic/meson.build b/drivers/net/ionic/meson.build index f5e3c36c94..487fef1882 100644 --- a/drivers/net/ionic/meson.build +++ b/drivers/net/ionic/meson.build @@ -1,7 +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_ethdev.c' + 'ionic_dev.c', + 'ionic_ethdev.c', + 'ionic_lif.c', + 'ionic_mac_api.c', + 'ionic_main.c', + 'ionic_rx_filter.c', + 'ionic_rxtx.c', ) -