diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 50e85c852656..f8466b49b922 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -423,6 +423,7 @@ LIB_OBJS += $(OUTPUT)util/vdso.o | |||
423 | LIB_OBJS += $(OUTPUT)util/stat.o | 423 | LIB_OBJS += $(OUTPUT)util/stat.o |
424 | 424 | ||
425 | LIB_OBJS += $(OUTPUT)ui/helpline.o | 425 | LIB_OBJS += $(OUTPUT)ui/helpline.o |
426 | LIB_OBJS += $(OUTPUT)ui/progress.o | ||
426 | LIB_OBJS += $(OUTPUT)ui/hist.o | 427 | LIB_OBJS += $(OUTPUT)ui/hist.o |
427 | LIB_OBJS += $(OUTPUT)ui/stdio/hist.o | 428 | LIB_OBJS += $(OUTPUT)ui/stdio/hist.o |
428 | 429 | ||