57ae0ec626
This patch adds telemetry as a dependecy to all applications. Without these changes, the --telemetry flag will not be recognised and applications will fail to run if they want to enable telemetry. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Signed-off-by: Kevin Laatz <kevin.laatz@intel.com> Signed-off-by: Radu Nicolau <radu.nicolau@intel.com> Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
10 lines
232 B
Meson
10 lines
232 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Intel Corporation
|
|
|
|
sources = files('main.c',
|
|
'test_bbdev.c',
|
|
'test_bbdev_perf.c',
|
|
'test_bbdev_vector.c')
|
|
allow_experimental_apis = true
|
|
deps += ['bbdev', 'bus_vdev']
|