diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 42969303e20b..3a5fb36ccc97 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -357,6 +357,7 @@ LIB_H += util/include/asm/uaccess.h | |||
357 | LIB_H += perf.h | 357 | LIB_H += perf.h |
358 | LIB_H += util/cache.h | 358 | LIB_H += util/cache.h |
359 | LIB_H += util/callchain.h | 359 | LIB_H += util/callchain.h |
360 | LIB_H += util/build-id.h | ||
360 | LIB_H += util/debug.h | 361 | LIB_H += util/debug.h |
361 | LIB_H += util/debugfs.h | 362 | LIB_H += util/debugfs.h |
362 | LIB_H += util/event.h | 363 | LIB_H += util/event.h |
@@ -390,6 +391,7 @@ LIB_H += util/probe-event.h | |||
390 | 391 | ||
391 | LIB_OBJS += util/abspath.o | 392 | LIB_OBJS += util/abspath.o |
392 | LIB_OBJS += util/alias.o | 393 | LIB_OBJS += util/alias.o |
394 | LIB_OBJS += util/build-id.o | ||
393 | LIB_OBJS += util/config.o | 395 | LIB_OBJS += util/config.o |
394 | LIB_OBJS += util/ctype.o | 396 | LIB_OBJS += util/ctype.o |
395 | LIB_OBJS += util/debugfs.o | 397 | LIB_OBJS += util/debugfs.o |