build: disable experimental API check internally
[dpdk.git] / drivers / net / failsafe / meson.build
index a249ff4..56010e2 100644 (file)
@@ -5,14 +5,12 @@ cflags += '-std=gnu99'
 cflags += '-D_DEFAULT_SOURCE'
 cflags += '-D_XOPEN_SOURCE=700'
 cflags += '-pedantic'
-if host_machine.system() == 'linux'
+if is_linux
        cflags += '-DLINUX'
 else
        cflags += '-DBSD'
 endif
 
-allow_experimental_apis = true
-
 sources = files('failsafe_args.c',
        'failsafe.c',
        'failsafe_eal.c',