]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/perf/config/feature-checks/Makefile
tools/perf/build: Split out feature check: 'libelf-mmap'
[karo-tx-linux.git] / tools / perf / config / feature-checks / Makefile
index 566a71dd61683328574c4d559a3f5bfdb450647b..bf96e34509f46dec38428a8ae4dabae63fd8d583 100644 (file)
@@ -9,6 +9,7 @@ FILES=                                  \
        test-libelf                     \
        test-glibc                      \
        test-dwarf                      \
+       test-libelf-mmap                \
        test-libnuma
 
 CC := $(CC) -MD
@@ -46,6 +47,9 @@ test-glibc:
 test-dwarf:
        $(BUILD) -ldw
 
+test-libelf-mmap:
+       $(BUILD) -lelf
+
 test-libnuma:
        $(BUILD) -lnuma