X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fevent%2Fdpaa2%2Fmeson.build;h=ca914ccc4d108ff8240fc4da64f740bd678bd006;hb=f4fd0af59787c8668d3983d1498e2fc63264ee54;hp=de7a461553ca4e464bf94613e50ede662d5c952f;hpb=b67dde5b1984a597e7319b23ff90712469b3e5c5;p=dpdk.git diff --git a/drivers/event/dpaa2/meson.build b/drivers/event/dpaa2/meson.build index de7a461553..ca914ccc4d 100644 --- a/drivers/event/dpaa2/meson.build +++ b/drivers/event/dpaa2/meson.build @@ -1,11 +1,14 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2018 NXP -if host_machine.system() != 'linux' +if not is_linux build = false + reason = 'only supported on linux' endif -deps += ['bus_vdev', 'pmd_dpaa2'] +deps += ['bus_vdev', 'pmd_dpaa2', 'pmd_dpaa2_sec'] sources = files('dpaa2_hw_dpcon.c', - 'dpaa2_eventdev.c') + 'dpaa2_eventdev.c', + 'dpaa2_eventdev_selftest.c') allow_experimental_apis = true +includes += include_directories('../../crypto/dpaa2_sec/')