hash: add max key id query API
[dpdk.git] / drivers / event / dpaa2 / meson.build
index f7da7fa..ca914cc 100644 (file)
@@ -1,15 +1,14 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 NXP
 
-version = 2
-
 if not is_linux
        build = false
        reason = 'only supported on linux'
 endif
 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/')