diff options
Diffstat (limited to 'tools/perf/config/feature-checks/Makefile')
| -rw-r--r-- | tools/perf/config/feature-checks/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/perf/config/feature-checks/Makefile b/tools/perf/config/feature-checks/Makefile index 12e551346fa6..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 |
| @@ -121,7 +122,7 @@ test-libpython-version.bin: | |||
| 121 | $(BUILD) $(FLAGS_PYTHON_EMBED) | 122 | $(BUILD) $(FLAGS_PYTHON_EMBED) |
| 122 | 123 | ||
| 123 | test-libbfd.bin: | 124 | test-libbfd.bin: |
| 124 | $(BUILD) -DPACKAGE='"perf"' -lbfd -ldl | 125 | $(BUILD) -DPACKAGE='"perf"' -lbfd -lz -liberty -ldl |
| 125 | 126 | ||
| 126 | test-liberty.bin: | 127 | test-liberty.bin: |
| 127 | $(CC) -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' -lbfd -ldl -liberty | 128 | $(CC) -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' -lbfd -ldl -liberty |
| @@ -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 | ############################### |
