aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/config/Makefile')
-rw-r--r--tools/perf/config/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
index 45f61253ccce..467106bc5fab 100644
--- a/tools/perf/config/Makefile
+++ b/tools/perf/config/Makefile
@@ -15,7 +15,6 @@ $(shell echo -n > .config-detected)
15detected = $(shell echo "$(1)=y" >> .config-detected) 15detected = $(shell echo "$(1)=y" >> .config-detected)
16detected_var = $(shell echo "$(1)=$($(1))" >> .config-detected) 16detected_var = $(shell echo "$(1)=$($(1))" >> .config-detected)
17 17
18LIB_INCLUDE := $(srctree)/tools/lib/
19CFLAGS := $(EXTRA_CFLAGS) $(EXTRA_WARNINGS) 18CFLAGS := $(EXTRA_CFLAGS) $(EXTRA_WARNINGS)
20 19
21include $(src-perf)/config/Makefile.arch 20include $(src-perf)/config/Makefile.arch
@@ -320,7 +319,7 @@ endif
320 319
321CFLAGS += -I$(src-perf)/util 320CFLAGS += -I$(src-perf)/util
322CFLAGS += -I$(src-perf) 321CFLAGS += -I$(src-perf)
323CFLAGS += -I$(LIB_INCLUDE) 322CFLAGS += -I$(srctree)/tools/lib/
324 323
325CFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE 324CFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
326 325