X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fdpaa%2Fmeson.build;h=271416f0818211a0f9e26c99261e76ad613fbda0;hb=acec04c4b2f5;hp=8e5418bd6482936bd20cec0c5473560f64aed26b;hpb=adf93ca564c73183e1c705cd7f35b98f3a660228;p=dpdk.git diff --git a/drivers/net/dpaa/meson.build b/drivers/net/dpaa/meson.build index 8e5418bd64..271416f081 100644 --- a/drivers/net/dpaa/meson.build +++ b/drivers/net/dpaa/meson.build @@ -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')