]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/dpaa/meson.build
vfio: fix race condition with sysfs
[dpdk.git] / drivers / bus / dpaa / meson.build
index 0e561c2608aab76f67ad82368ddf366db7376ade..c2cffa4943eafab7681a60052f3a173ac66c4991 100644 (file)
@@ -1,8 +1,6 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 NXP
 
-version = 2
-
 if not is_linux
        build = false
        reason = 'only supported on linux'
@@ -21,8 +19,6 @@ sources = files('base/fman/fman.c',
                'base/qbman/qman_driver.c',
                'dpaa_bus.c')
 
-allow_experimental_apis = true
-
 if cc.has_argument('-Wno-cast-qual')
        cflags += '-Wno-cast-qual'
 endif