]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/config/feature-checks/Makefile
Merge remote-tracking branch 'tip/auto-latest'
[karo-tx-linux.git] / tools / perf / config / feature-checks / Makefile
index c70d23ecb64e69b4593b4b31872d09b505608808..abaf8f4ea93a56f93c9ca7feb3a7c51b2d10ddbc 100644 (file)
@@ -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
 
@@ -136,7 +140,7 @@ test-on-exit:
 test-backtrace:
        $(BUILD)
 
--include *.d */*.d
+-include *.d
 
 ###############################