Fix: libts/linux-pc compilation error
Logging updates merged earlier made libts on linux-pc depend on the
trace component. Since the deployment was not updated to include it,
compilation of config_ramstore.c fails to build.
This change adds components/common/trace to the deployment and fixes the
build error.
Limitations:
This is not a proper enablement of trace in the linux-pc environment,
but only a compilation error fix. The trace feature is disabled by
forcing the trace level to TRACE_LEVEL_NONE. Proper enablement may
follow in future changes.
Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: Id1e7007641ad5b02488bed5196e9949aab07e35a
1 file changed