Makefile.perf (fc67297b16da335d610af2fac96233d51146300a) | Makefile.perf (f048d548f803b57ee1dbf66702f398ba69657450) |
---|---|
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. --- 349 unchanged lines hidden (view full) --- 358LIB_OBJS += $(OUTPUT)util/cpumap.o 359LIB_OBJS += $(OUTPUT)util/cgroup.o 360LIB_OBJS += $(OUTPUT)util/target.o 361LIB_OBJS += $(OUTPUT)util/rblist.o 362LIB_OBJS += $(OUTPUT)util/intlist.o 363LIB_OBJS += $(OUTPUT)util/vdso.o 364LIB_OBJS += $(OUTPUT)util/stat.o 365LIB_OBJS += $(OUTPUT)util/record.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. --- 349 unchanged lines hidden (view full) --- 358LIB_OBJS += $(OUTPUT)util/cpumap.o 359LIB_OBJS += $(OUTPUT)util/cgroup.o 360LIB_OBJS += $(OUTPUT)util/target.o 361LIB_OBJS += $(OUTPUT)util/rblist.o 362LIB_OBJS += $(OUTPUT)util/intlist.o 363LIB_OBJS += $(OUTPUT)util/vdso.o 364LIB_OBJS += $(OUTPUT)util/stat.o 365LIB_OBJS += $(OUTPUT)util/record.o |
366LIB_OBJS += $(OUTPUT)util/srcline.o |
|
366 367LIB_OBJS += $(OUTPUT)ui/setup.o 368LIB_OBJS += $(OUTPUT)ui/helpline.o 369LIB_OBJS += $(OUTPUT)ui/progress.o 370LIB_OBJS += $(OUTPUT)ui/util.o 371LIB_OBJS += $(OUTPUT)ui/hist.o 372LIB_OBJS += $(OUTPUT)ui/stdio/hist.o 373 --- 503 unchanged lines hidden --- | 367 368LIB_OBJS += $(OUTPUT)ui/setup.o 369LIB_OBJS += $(OUTPUT)ui/helpline.o 370LIB_OBJS += $(OUTPUT)ui/progress.o 371LIB_OBJS += $(OUTPUT)ui/util.o 372LIB_OBJS += $(OUTPUT)ui/hist.o 373LIB_OBJS += $(OUTPUT)ui/stdio/hist.o 374 --- 503 unchanged lines hidden --- |