X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmeson.build;h=d56b24051a94477655766298b2ac075069bf4ea6;hb=a001f09d11fac91b760c038cf69af7b041bc983c;hp=3ecc78ceeb10966141ea748b4888278b028e1545;hpb=3ded348378a76622e22a9017455de02c8c4048b5;p=dpdk.git diff --git a/drivers/net/meson.build b/drivers/net/meson.build index 3ecc78ceeb..d56b24051a 100644 --- a/drivers/net/meson.build +++ b/drivers/net/meson.build @@ -1,7 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation +if is_windows + subdir_done() +endif + drivers = ['af_packet', + 'af_xdp', 'ark', 'atlantic', 'avp', @@ -16,19 +21,30 @@ drivers = ['af_packet', 'enic', 'failsafe', 'fm10k', 'i40e', + 'hinic', + 'hns3', 'iavf', 'ice', - 'ifc', + 'igc', + 'ipn3ke', 'ixgbe', 'kni', 'liquidio', + 'memif', 'mlx4', 'mlx5', 'mvneta', 'mvpp2', 'netvsc', + 'nfb', 'nfp', - 'null', 'octeontx', 'pcap', 'qede', 'ring', + 'null', + 'octeontx', + 'octeontx2', + 'pcap', + 'pfe', + 'qede', + 'ring', 'sfc', 'softnic', 'szedata2',