X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmemif%2Fmeson.build;h=9c3ba432d07dfcd452f9b29579a7520469feff0a;hb=acec04c4b2f5;hp=287a30ef29fa69b1cef84f66824e59ddae50fbe9;hpb=09c7e63a71f9f2a31efd7e94458019ea4dc427b6;p=dpdk.git diff --git a/drivers/net/memif/meson.build b/drivers/net/memif/meson.build index 287a30ef29..9c3ba432d0 100644 --- a/drivers/net/memif/meson.build +++ b/drivers/net/memif/meson.build @@ -1,15 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2018-2019 Cisco Systems, Inc. All rights reserved. -if host_machine.system() != 'linux' - build = false +if not is_linux + build = false + reason = 'only supported on Linux' endif sources = files('rte_eth_memif.c', 'memif_socket.c') -allow_experimental_apis = true -# Experimantal APIs: -# - rte_intr_callback_unregister_pending - deps += ['hash']