X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fdpaa2_sec%2Fmeson.build;h=ea1d73a13d056759b391a015be75c8d9ec7004ec;hb=4ad4b20a79052d9c8062b64eaf0170c16a333ff8;hp=505ad9414690982c955293f9175465886237cb9a;hpb=50b03f3b8eaf725c9e9b35f614c4a33f9623e29a;p=dpdk.git diff --git a/drivers/crypto/dpaa2_sec/meson.build b/drivers/crypto/dpaa2_sec/meson.build index 505ad94146..ea1d73a13d 100644 --- a/drivers/crypto/dpaa2_sec/meson.build +++ b/drivers/crypto/dpaa2_sec/meson.build @@ -2,17 +2,14 @@ # Copyright 2018 NXP if not is_linux - build = false - reason = 'only supported on linux' + build = false + reason = 'only supported on Linux' endif deps += ['security', 'mempool_dpaa2'] -sources = files('dpaa2_sec_dpseci.c', - 'mc/dpseci.c') - -# FIXME: temporary solution for Bugzilla 469 -if (toolchain == 'gcc' and cc.version().version_compare('>=10.0.0')) - cflags += '-fcommon' -endif +sources = files( + 'dpaa2_sec_dpseci.c', + 'mc/dpseci.c', +) includes += include_directories('mc', '../../common/dpaax', '../../common/dpaax/caamflib')