diff options
Diffstat (limited to 'tools/perf/Makefile.perf')
-rw-r--r-- | tools/perf/Makefile.perf | 10 |
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 | |||
327 | LIB_H += util/kvm-stat.h | 327 | LIB_H += util/kvm-stat.h |
328 | LIB_H += util/thread-stack.h | 328 | LIB_H += util/thread-stack.h |
329 | 329 | ||
330 | LIB_OBJS += $(OUTPUT)ui/setup.o | ||
331 | LIB_OBJS += $(OUTPUT)ui/helpline.o | ||
332 | LIB_OBJS += $(OUTPUT)ui/progress.o | ||
333 | LIB_OBJS += $(OUTPUT)ui/util.o | ||
334 | LIB_OBJS += $(OUTPUT)ui/hist.o | ||
335 | LIB_OBJS += $(OUTPUT)ui/stdio/hist.o | ||
336 | |||
337 | PERFLIBS = $(LIB_FILE) $(LIBAPIKFS) $(LIBTRACEEVENT) | 330 | PERFLIBS = $(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 | ||