While gawk isn't a dependency of lttng-modules, it is now required to
build the Linux kernel when `CONFIG_BUILTIN_MODULE_RANGES` is enabled.
See upstream commit:
commit
5f5e7344322f0b0676579af054c787ed57d1c1df
Author: Kris Van Hees <kris.van.hees@oracle.com>
Date: Fri Sep 6 10:45:03 2024 -0400
kbuild: generate offset range data for builtin modules
Create file module.builtin.ranges that can be used to find where
built-in modules are located by their addresses. This will be useful for
tracing tools to find what functions are for various built-in modules.
Change-Id: I6d9b1e93857131de30dc1c2527be93cd3327a296
Signed-off-by: Kienan Stewart <kstewart@efficios.com>