X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=tools%2Fperf%2Fconfig%2Ffeature-checks%2FMakefile;h=abaf8f4ea93a56f93c9ca7feb3a7c51b2d10ddbc;hb=955b2fee301c6fc3565e0b3f071236287b06d379;hp=452b67cc4d7b071e87ecee194d47f5a899d421b1;hpb=1ff9ecf797e398b9937d9da4c2236f4140b96339;p=karo-tx-linux.git diff --git a/tools/perf/config/feature-checks/Makefile b/tools/perf/config/feature-checks/Makefile index 452b67cc4d7b..abaf8f4ea93a 100644 --- a/tools/perf/config/feature-checks/Makefile +++ b/tools/perf/config/feature-checks/Makefile @@ -23,6 +23,7 @@ FILES= \ test-libpython-version \ test-libslang \ test-libunwind \ + test-libunwind-debug-frame \ test-on-exit \ test-stackprotector-all \ test-stackprotector @@ -74,6 +75,9 @@ test-libnuma: test-libunwind: $(BUILD) -lunwind -lunwind-x86_64 -lelf +test-libunwind-debug-frame: + $(BUILD) -lunwind -lunwind-x86_64 -lelf + test-libaudit: $(BUILD) -laudit