drivers/net: use ack in interrupt handlers
[dpdk.git] / drivers / net / axgbe / meson.build
index 548ffff..366b289 100644 (file)
@@ -1,10 +1,13 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright (c) 2018 Advanced Micro Devices, Inc. All rights reserved.
 
-if host_machine.system() != 'linux'
+if not is_linux
        build = false
+       reason = 'only supported on linux'
 endif
 
+allow_experimental_apis = true
+
 sources = files('axgbe_ethdev.c',
                'axgbe_dev.c',
                'axgbe_mdio.c',