commit | ed8305bdb02c8feffb20916b115b98a290f0e1cf | [log] [tgz] |
---|---|---|
author | Gabor Toth <gabor.toth2@arm.com> | Tue Sep 24 12:47:26 2024 +0200 |
committer | Gabor Toth <gabor.toth2@arm.com> | Thu Oct 03 17:18:30 2024 +0200 |
tree | 86f47b8d34b5e823aca0f876670d73a54dc7bffe | |
parent | 09daade63ac9dc59a873a12483e23d8e601d4c3c [diff] |
Fix tracing in libts Libts deployments did not include posix_trace.c in the build and as a result setting TRACE_LEVEL to any value above TRACE_LEVEL_NONE resulted in a build error. - Add the missing C file to the build to fix this error. - Make the arm-linux version of libts to implement tracing the same way as linux-pc. Change-Id: I1db6117a0e8aa4955de063e7b22618d4a254973f Signed-off-by: Gabor Toth <gabor.toth2@arm.com>