net/qede/base: add missing licence
[dpdk.git] / drivers / crypto / octeontx2 / meson.build
index a28c700..148ec18 100644 (file)
@@ -1,8 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright (C) 2019 Marvell International Ltd.
 
-if host_machine.system() != 'linux'
-        build = false
+if not is_linux
+       build = false
+       reason = 'only supported on Linux'
 endif
 
 deps += ['bus_pci']
@@ -16,7 +17,8 @@ sources = files('otx2_cryptodev.c',
                'otx2_cryptodev_capabilities.c',
                'otx2_cryptodev_hw_access.c',
                'otx2_cryptodev_mbox.c',
-               'otx2_cryptodev_ops.c')
+               'otx2_cryptodev_ops.c',
+               'otx2_cryptodev_sec.c')
 
 extra_flags = []
 # This integrated controller runs only on a arm64 machine, remove 32bit warnings