summaryrefslogtreecommitdiff
path: root/scripts/livepatch/init.c
diff options
context:
space:
mode:
authorZuo An <zuoan.penguin@gmail.com>2025-10-24 05:46:47 +0000
committerShuah Khan <skhan@linuxfoundation.org>2025-11-05 09:56:01 -0700
commit059835bbfa282918a1e8e5e2d9628aa600093052 (patch)
tree96a4accd3265a5a60a36a2f803aceb421f5d634e /scripts/livepatch/init.c
parent3a8660878839faadb4f1a6dd72c3179c1df56787 (diff)
tools/power/cpupower: Support building libcpupower statically
The cpupower Makefile built and installed libcpupower as a shared library (libcpupower.so) without passing `STATIC=true`, but did not build a static version of the library even with `STATIC=true`. (Only the programs were static). Thus, out-of-tree programs using libcpupower were unable to link statically against the library without having access to intermediate object files produced during the build. This fixes that situation by ensuring that libcpupower.a is built and installed when `STATIC=true` is specified. Link: https://lore.kernel.org/r/x7geegquiks3zndiavw2arihdc2rk7e2dx3lk7yxkewqii6zpg@tzjijqxyzwmu Signed-off-by: Zuo An <zuoan.penguin@gmail.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'scripts/livepatch/init.c')
0 files changed, 0 insertions, 0 deletions