]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/meson.build
net/ionic: strip out unneeded interrupt code
[dpdk.git] / drivers / net / meson.build
index 6e4aa6bf3fe934f35210b912b19fb0f8945366e0..4cbca96414fa55e6fdf0a58c0eec52a2582b423f 100644 (file)
@@ -1,9 +1,6 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-if is_windows
-       subdir_done()
-endif
 
 drivers = ['af_packet',
        'af_xdp',
@@ -60,4 +57,3 @@ drivers = ['af_packet',
 std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc
 std_deps += ['bus_pci']         # very many PMDs depend on PCI, so make std
 std_deps += ['bus_vdev']        # same with vdev bus
-config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'