Commit Graph

5 Commits

Author SHA1 Message Date
5aa9028f7f Fix hidden dependencies for AMDuProfSys
It tries to dlopen libcrypt.so.1 and libstdc++.so.6, so we make sure
they are available by adding them to the runpath.
2025-09-19 10:29:16 +02:00
9dd913fad0 Fix amd-uprof dependencies with patchelf 2025-09-19 10:29:16 +02:00
2e998017f3 Fix hrtimer new interface
The hrtimer_init() is now done via hrtimer_setup() with the callback
function as argument.

See: https://lwn.net/Articles/996598/
2025-09-19 10:29:16 +02:00
ee58d29da5 Use CFLAGS_MODULE instead of EXTRA_CFLAGS
Fixes the build in Linux 6.15.6, as it was not able to find the include
files.
2025-09-19 10:29:16 +02:00
cb3b6e78a3 Add AMD uProf package and driver 2025-09-19 10:29:11 +02:00