diff options
Diffstat (limited to 'tools/perf/config/Makefile')
-rw-r--r-- | tools/perf/config/Makefile | 3 |
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) | |||
15 | detected = $(shell echo "$(1)=y" >> .config-detected) | 15 | detected = $(shell echo "$(1)=y" >> .config-detected) |
16 | detected_var = $(shell echo "$(1)=$($(1))" >> .config-detected) | 16 | detected_var = $(shell echo "$(1)=$($(1))" >> .config-detected) |
17 | 17 | ||
18 | LIB_INCLUDE := $(srctree)/tools/lib/ | ||
19 | CFLAGS := $(EXTRA_CFLAGS) $(EXTRA_WARNINGS) | 18 | CFLAGS := $(EXTRA_CFLAGS) $(EXTRA_WARNINGS) |
20 | 19 | ||
21 | include $(src-perf)/config/Makefile.arch | 20 | include $(src-perf)/config/Makefile.arch |
@@ -320,7 +319,7 @@ endif | |||
320 | 319 | ||
321 | CFLAGS += -I$(src-perf)/util | 320 | CFLAGS += -I$(src-perf)/util |
322 | CFLAGS += -I$(src-perf) | 321 | CFLAGS += -I$(src-perf) |
323 | CFLAGS += -I$(LIB_INCLUDE) | 322 | CFLAGS += -I$(srctree)/tools/lib/ |
324 | 323 | ||
325 | CFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE | 324 | CFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE |
326 | 325 | ||