diff options
Diffstat (limited to 'Documentation/perf_counter/Makefile')
-rw-r--r-- | Documentation/perf_counter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/perf_counter/Makefile b/Documentation/perf_counter/Makefile index 32c0bb21a328..0cbd5d6874ec 100644 --- a/Documentation/perf_counter/Makefile +++ b/Documentation/perf_counter/Makefile | |||
@@ -323,12 +323,13 @@ LIB_OBJS += util/symbol.o | |||
323 | LIB_OBJS += util/color.o | 323 | LIB_OBJS += util/color.o |
324 | LIB_OBJS += util/pager.o | 324 | LIB_OBJS += util/pager.o |
325 | 325 | ||
326 | BUILTIN_OBJS += builtin-annotate.o | ||
326 | BUILTIN_OBJS += builtin-help.o | 327 | BUILTIN_OBJS += builtin-help.o |
328 | BUILTIN_OBJS += builtin-list.o | ||
327 | BUILTIN_OBJS += builtin-record.o | 329 | BUILTIN_OBJS += builtin-record.o |
328 | BUILTIN_OBJS += builtin-report.o | 330 | BUILTIN_OBJS += builtin-report.o |
329 | BUILTIN_OBJS += builtin-stat.o | 331 | BUILTIN_OBJS += builtin-stat.o |
330 | BUILTIN_OBJS += builtin-top.o | 332 | BUILTIN_OBJS += builtin-top.o |
331 | BUILTIN_OBJS += builtin-list.o | ||
332 | 333 | ||
333 | PERFLIBS = $(LIB_FILE) | 334 | PERFLIBS = $(LIB_FILE) |
334 | EXTLIBS = | 335 | EXTLIBS = |