build: disable experimental API check internally
[dpdk.git] / drivers / net / pfe / meson.build
index fa5dfad..3e1a228 100644 (file)
@@ -4,6 +4,15 @@
 if host_machine.system() != 'linux'
        build = false
 endif
-deps += ['bus_dpaa']
+deps += ['common_dpaax']
 
-sources = files('pfe_ethdev.c')
+sources = files('pfe_ethdev.c',
+               'pfe_hal.c',
+               'pfe_hif_lib.c',
+               'pfe_hif.c')
+
+if cc.has_argument('-Wno-pointer-arith')
+       cflags += '-Wno-pointer-arith'
+endif
+
+includes += include_directories('base')