X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2Fdpaa%2Fmeson.build;h=c4e9994b83a7295ddedc75f1c84ae5130aeda0db;hb=cf55ad9e854e3d4d1f61d6ee57cf3ad7141d437c;hp=b7446f174b01e569d43d50dfa5c61e9601d5389a;hpb=530588f3cd50d5626cfa2b94e161b97e97d84ade;p=dpdk.git diff --git a/drivers/mempool/dpaa/meson.build b/drivers/mempool/dpaa/meson.build index b7446f174b..c4e9994b83 100644 --- a/drivers/mempool/dpaa/meson.build +++ b/drivers/mempool/dpaa/meson.build @@ -2,12 +2,9 @@ # Copyright 2018 NXP if not is_linux - build = false - reason = 'only supported on linux' + build = false + reason = 'only supported on Linux' endif deps += ['bus_dpaa'] sources = files('dpaa_mempool.c') - -# depends on dpaa bus which uses experimental API -allow_experimental_apis = true