crypto/zuc: enable meson build
[dpdk.git] / drivers / crypto / meson.build
index 65b61de..e9c491a 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 drivers = ['aesni_gcm', 'aesni_mb', 'ccp', 'dpaa_sec', 'dpaa2_sec', 'kasumi', 'mvsam',
-       'null', 'octeontx', 'openssl', 'qat', 'scheduler', 'virtio']
+       'null', 'octeontx', 'openssl', 'qat', 'scheduler', 'virtio', 'zuc']
 
 std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
 config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'