]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/perf/config/feature-checks/Makefile
tools/perf/build: Split out feature check: 'libaudit'
[karo-tx-linux.git] / tools / perf / config / feature-checks / Makefile
index d6d9570a038fb7dfbcbbc2b55408b39376555c98..8e49fa0c922b06a224c0d58d131c159e039a5596 100644 (file)
@@ -12,6 +12,7 @@ FILES=                                        \
        test-libelf-mmap                \
        test-libelf-getphdrnum          \
        test-libunwind                  \
+       test-libaudit                   \
        test-libnuma
 
 CC := $(CC) -MD
@@ -61,6 +62,9 @@ test-libnuma:
 test-libunwind:
        $(BUILD) -lunwind -lunwind-x86_64 -lelf
 
+test-libaudit:
+       $(BUILD) -laudit
+
 -include *.d */*.d
 
 ###############################