diff options
Diffstat (limited to 'tools/perf/config/feature-checks/Makefile')
-rw-r--r-- | tools/perf/config/feature-checks/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/perf/config/feature-checks/Makefile b/tools/perf/config/feature-checks/Makefile index 523b7bc10553..2da103c53f89 100644 --- a/tools/perf/config/feature-checks/Makefile +++ b/tools/perf/config/feature-checks/Makefile | |||
@@ -26,7 +26,8 @@ FILES= \ | |||
26 | test-libunwind-debug-frame.bin \ | 26 | test-libunwind-debug-frame.bin \ |
27 | test-on-exit.bin \ | 27 | test-on-exit.bin \ |
28 | test-stackprotector-all.bin \ | 28 | test-stackprotector-all.bin \ |
29 | test-timerfd.bin | 29 | test-timerfd.bin \ |
30 | test-libdw-dwarf-unwind.bin | ||
30 | 31 | ||
31 | CC := $(CROSS_COMPILE)gcc -MD | 32 | CC := $(CROSS_COMPILE)gcc -MD |
32 | PKG_CONFIG := $(CROSS_COMPILE)pkg-config | 33 | PKG_CONFIG := $(CROSS_COMPILE)pkg-config |
@@ -141,6 +142,9 @@ test-backtrace.bin: | |||
141 | test-timerfd.bin: | 142 | test-timerfd.bin: |
142 | $(BUILD) | 143 | $(BUILD) |
143 | 144 | ||
145 | test-libdw-dwarf-unwind.bin: | ||
146 | $(BUILD) | ||
147 | |||
144 | -include *.d | 148 | -include *.d |
145 | 149 | ||
146 | ############################### | 150 | ############################### |