mirror-linux/tools/lib/thermal
Romain Gantois 965ef09a26 tools: lib: thermal: Correct CFLAGS and LDFLAGS in pkg-config template
There are two issues with the current pkg-config template. Firstly, the
-lthermal linker flag is missing. Secondly, the libnl3 include directory
compiler flag references "include" instead of "includedir", which leads to
an unexpanded variable when pkg-config is called.

Add the missing -lthermal flag and correct the libnl3 include directory.

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://patch.msgid.link/20251226-libthermal-pkgconfig-v1-1-3406de5ca8ea@bootlin.com
2026-01-20 20:37:38 +01:00
..
include tools/lib/thermal: Add the threshold netlink ABI 2024-10-24 14:54:01 +02:00
.gitignore
Build
Makefile tools: lib: thermal: don't preserve owner in install 2025-10-03 21:26:00 +02:00
commands.c thermal/lib: Fix memory leak on error in thermal_genl_auto() 2024-10-24 15:58:57 +02:00
events.c tools/lib/thermal: Add the threshold netlink ABI 2024-10-24 14:54:01 +02:00
libthermal.map tools: lib: thermal: expose thermal_exit symbols 2025-10-03 21:26:00 +02:00
libthermal.pc.template tools: lib: thermal: Correct CFLAGS and LDFLAGS in pkg-config template 2026-01-20 20:37:38 +01:00
sampling.c tools/lib/thermal: Fix sampling handler context ptr 2024-11-04 15:38:29 +01:00
thermal.c tools/lib/thermal: Add the threshold netlink ABI 2024-10-24 14:54:01 +02:00
thermal_nl.c
thermal_nl.h