build: disable experimental API check internally
[dpdk.git] / drivers / net / dpaa / meson.build
index 8e5418b..271416f 100644 (file)
@@ -3,12 +3,15 @@
 
 if not is_linux
        build = false
+       reason = 'only supported on linux'
 endif
 deps += ['mempool_dpaa']
 
 sources = files('dpaa_ethdev.c',
                'dpaa_rxtx.c')
 
-allow_experimental_apis = true
+if cc.has_argument('-Wno-pointer-arith')
+       cflags += '-Wno-pointer-arith'
+endif
 
 install_headers('rte_pmd_dpaa.h')