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