Makefile.perf (3d7c0144491bd8c21d53b43032274a85efdfe434) Makefile.perf (29f5ffd3d3ff9abdfc98928f7c4cb4097cefe434)
1include ../scripts/Makefile.include
2
3# The default target of this Makefile is...
4all:
5
6include config/utilities.mak
7
8# Define V to have a more verbose compile.

--- 339 unchanged lines hidden (view full) ---

348LIB_OBJS += $(OUTPUT)util/trace-event-parse.o
349LIB_OBJS += $(OUTPUT)util/parse-events-flex.o
350LIB_OBJS += $(OUTPUT)util/parse-events-bison.o
351LIB_OBJS += $(OUTPUT)util/pmu-flex.o
352LIB_OBJS += $(OUTPUT)util/pmu-bison.o
353LIB_OBJS += $(OUTPUT)util/trace-event-read.o
354LIB_OBJS += $(OUTPUT)util/trace-event-info.o
355LIB_OBJS += $(OUTPUT)util/trace-event-scripting.o
1include ../scripts/Makefile.include
2
3# The default target of this Makefile is...
4all:
5
6include config/utilities.mak
7
8# Define V to have a more verbose compile.

--- 339 unchanged lines hidden (view full) ---

348LIB_OBJS += $(OUTPUT)util/trace-event-parse.o
349LIB_OBJS += $(OUTPUT)util/parse-events-flex.o
350LIB_OBJS += $(OUTPUT)util/parse-events-bison.o
351LIB_OBJS += $(OUTPUT)util/pmu-flex.o
352LIB_OBJS += $(OUTPUT)util/pmu-bison.o
353LIB_OBJS += $(OUTPUT)util/trace-event-read.o
354LIB_OBJS += $(OUTPUT)util/trace-event-info.o
355LIB_OBJS += $(OUTPUT)util/trace-event-scripting.o
356LIB_OBJS += $(OUTPUT)util/trace-event.o
356LIB_OBJS += $(OUTPUT)util/svghelper.o
357LIB_OBJS += $(OUTPUT)util/sort.o
358LIB_OBJS += $(OUTPUT)util/hist.o
359LIB_OBJS += $(OUTPUT)util/probe-event.o
360LIB_OBJS += $(OUTPUT)util/util.o
361LIB_OBJS += $(OUTPUT)util/xyarray.o
362LIB_OBJS += $(OUTPUT)util/cpumap.o
363LIB_OBJS += $(OUTPUT)util/cgroup.o

--- 536 unchanged lines hidden ---
357LIB_OBJS += $(OUTPUT)util/svghelper.o
358LIB_OBJS += $(OUTPUT)util/sort.o
359LIB_OBJS += $(OUTPUT)util/hist.o
360LIB_OBJS += $(OUTPUT)util/probe-event.o
361LIB_OBJS += $(OUTPUT)util/util.o
362LIB_OBJS += $(OUTPUT)util/xyarray.o
363LIB_OBJS += $(OUTPUT)util/cpumap.o
364LIB_OBJS += $(OUTPUT)util/cgroup.o

--- 536 unchanged lines hidden ---