diff options
Diffstat (limited to 'tools/perf/Makefile.perf')
-rw-r--r-- | tools/perf/Makefile.perf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 3308b22a1660..2240974b7745 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf | |||
@@ -376,6 +376,7 @@ LIB_OBJS += $(OUTPUT)util/record.o | |||
376 | LIB_OBJS += $(OUTPUT)util/srcline.o | 376 | LIB_OBJS += $(OUTPUT)util/srcline.o |
377 | LIB_OBJS += $(OUTPUT)util/data.o | 377 | LIB_OBJS += $(OUTPUT)util/data.o |
378 | LIB_OBJS += $(OUTPUT)util/tsc.o | 378 | LIB_OBJS += $(OUTPUT)util/tsc.o |
379 | LIB_OBJS += $(OUTPUT)util/cloexec.o | ||
379 | 380 | ||
380 | LIB_OBJS += $(OUTPUT)ui/setup.o | 381 | LIB_OBJS += $(OUTPUT)ui/setup.o |
381 | LIB_OBJS += $(OUTPUT)ui/helpline.o | 382 | LIB_OBJS += $(OUTPUT)ui/helpline.o |