aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile.perf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/Makefile.perf')
-rw-r--r--tools/perf/Makefile.perf10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf
index 96e3cdc7f89c..c658fa6dc81e 100644
--- a/tools/perf/Makefile.perf
+++ b/tools/perf/Makefile.perf
@@ -327,13 +327,6 @@ LIB_H += util/data.h
327LIB_H += util/kvm-stat.h 327LIB_H += util/kvm-stat.h
328LIB_H += util/thread-stack.h 328LIB_H += util/thread-stack.h
329 329
330LIB_OBJS += $(OUTPUT)ui/setup.o
331LIB_OBJS += $(OUTPUT)ui/helpline.o
332LIB_OBJS += $(OUTPUT)ui/progress.o
333LIB_OBJS += $(OUTPUT)ui/util.o
334LIB_OBJS += $(OUTPUT)ui/hist.o
335LIB_OBJS += $(OUTPUT)ui/stdio/hist.o
336
337PERFLIBS = $(LIB_FILE) $(LIBAPIKFS) $(LIBTRACEEVENT) 330PERFLIBS = $(LIB_FILE) $(LIBAPIKFS) $(LIBTRACEEVENT)
338 331
339# We choose to avoid "if .. else if .. else .. endif endif" 332# We choose to avoid "if .. else if .. else .. endif endif"
@@ -491,9 +484,6 @@ $(OUTPUT)%.o: %.S
491$(OUTPUT)%.s: %.S 484$(OUTPUT)%.s: %.S
492 $(QUIET_CC)$(CC) -o $@ -E $(CFLAGS) $< 485 $(QUIET_CC)$(CC) -o $@ -E $(CFLAGS) $<
493 486
494$(OUTPUT)ui/setup.o: ui/setup.c $(OUTPUT)PERF-CFLAGS
495 $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) -DLIBDIR='"$(libdir_SQ)"' $<
496
497$(OUTPUT)ui/browser.o: ui/browser.c $(OUTPUT)PERF-CFLAGS 487$(OUTPUT)ui/browser.o: ui/browser.c $(OUTPUT)PERF-CFLAGS
498 $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) -DENABLE_SLFUTURE_CONST $< 488 $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) -DENABLE_SLFUTURE_CONST $<
499 489