diff options
Diffstat (limited to 'tools/perf/config/Makefile')
-rw-r--r-- | tools/perf/config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile index 01278429965a..6d1918a6b83b 100644 --- a/tools/perf/config/Makefile +++ b/tools/perf/config/Makefile | |||
@@ -176,7 +176,7 @@ LDFLAGS += -Wl,-z,noexecstack | |||
176 | 176 | ||
177 | EXTLIBS = -lpthread -lrt -lm -ldl | 177 | EXTLIBS = -lpthread -lrt -lm -ldl |
178 | 178 | ||
179 | include $(src-perf)/config/Makefile.feature | 179 | include $(srctree)/tools/build/Makefile.feature |
180 | 180 | ||
181 | ifeq ($(feature-stackprotector-all), 1) | 181 | ifeq ($(feature-stackprotector-all), 1) |
182 | CFLAGS += -fstack-protector-all | 182 | CFLAGS += -fstack-protector-all |