X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmemif%2Fmeson.build;h=680bc8631c34c5a2302f6059c7a0280875216b21;hb=3186a3a49c3a33502ba6189a80b8317c0a064830;hp=a44d825356402bf2f6b29a6aeff7b9edd090218d;hpb=8f64150fa5a0aa7e1952d44341ebb34317babce0;p=dpdk.git diff --git a/drivers/net/memif/meson.build b/drivers/net/memif/meson.build index a44d825356..680bc8631c 100644 --- a/drivers/net/memif/meson.build +++ b/drivers/net/memif/meson.build @@ -2,18 +2,13 @@ # Copyright 2018-2019 Cisco Systems, Inc. All rights reserved. if not is_linux - build = false - reason = 'only supported on 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 -# - rte_mp_action_register -# - rte_mp_reply -# - rte_mp_request_sync +sources = files( + 'memif_socket.c', + 'rte_eth_memif.c', +) deps += ['hash']