X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fdpaa2_sec%2Fmeson.build;h=cb1c2d049256b430786f85bb0b4e86f3df9b5323;hb=b34d816363b553a6098ef4647e91d5a02b66aca4;hp=9d1b170be7dab4507416676897e892be12b9c46a;hpb=38383890b21f995c3dafa177298d744e1db0be84;p=dpdk.git diff --git a/drivers/crypto/dpaa2_sec/meson.build b/drivers/crypto/dpaa2_sec/meson.build index 9d1b170be7..cb1c2d0492 100644 --- a/drivers/crypto/dpaa2_sec/meson.build +++ b/drivers/crypto/dpaa2_sec/meson.build @@ -1,8 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2018 NXP -version = 2 - if not is_linux build = false reason = 'only supported on linux' @@ -12,6 +10,4 @@ deps += ['security', 'mempool_dpaa2'] sources = files('dpaa2_sec_dpseci.c', 'mc/dpseci.c') -allow_experimental_apis = true - includes += include_directories('mc', '../../common/dpaax', '../../common/dpaax/caamflib')