]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rtla: Also link in ctype.c
authorBastian Blank <waldi@debian.org>
Sun, 5 Jul 2026 10:49:17 +0000 (12:49 +0200)
committerTomas Glozar <tglozar@redhat.com>
Wed, 8 Jul 2026 08:38:18 +0000 (10:38 +0200)
commitcd9993d22a577339a93dcb401574e874ea29b143
treee100a312807f8e04fc42cf1524a91e6039ff8c92
parent4d6941c0a8fd44bcc9693a1c8201a1d26dd21bc8
rtla: Also link in ctype.c

rtla started to only link parts of the tools library. It now misses the
ctype information used by all the related string operations. Just add
another single file to make it build again.

Signed-off-by: Bastian Blank <waldi@debian.org>
Fixes: 48209d763c22 ("rtla: Add libsubcmd dependency")
Link: https://lore.kernel.org/r/ako2S4mzIqWwYuas@steamhammer.waldi.eu.org
[ remove duplicated spaces in commit message ]
Signed-off-by: Tomas Glozar <tglozar@redhat.com>
tools/tracing/rtla/Makefile