X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Focteontx%2Fmeson.build;h=a353d37a1050e221f51862432de4ce1b0457d6a1;hb=53e6f86cf550a75fb1d55a76f411e214e783d14d;hp=63a59c51a14001c46e1e9b8347e1fb0a33bc2fb6;hpb=530588f3cd50d5626cfa2b94e161b97e97d84ade;p=dpdk.git diff --git a/drivers/crypto/octeontx/meson.build b/drivers/crypto/octeontx/meson.build index 63a59c51a1..a353d37a10 100644 --- a/drivers/crypto/octeontx/meson.build +++ b/drivers/crypto/octeontx/meson.build @@ -2,14 +2,12 @@ # Copyright(c) 2018 Cavium, Inc if not is_linux build = false - reason = 'only supported on linux' + reason = 'only supported on Linux' endif deps += ['bus_pci'] deps += ['common_cpt'] -name = 'octeontx_crypto' -allow_experimental_apis = true sources = files('otx_cryptodev.c', 'otx_cryptodev_capabilities.c', 'otx_cryptodev_hw_access.c',