aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r--tools/perf/Makefile2
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
357LIB_H += perf.h 357LIB_H += perf.h
358LIB_H += util/cache.h 358LIB_H += util/cache.h
359LIB_H += util/callchain.h 359LIB_H += util/callchain.h
360LIB_H += util/build-id.h
360LIB_H += util/debug.h 361LIB_H += util/debug.h
361LIB_H += util/debugfs.h 362LIB_H += util/debugfs.h
362LIB_H += util/event.h 363LIB_H += util/event.h
@@ -390,6 +391,7 @@ LIB_H += util/probe-event.h
390 391
391LIB_OBJS += util/abspath.o 392LIB_OBJS += util/abspath.o
392LIB_OBJS += util/alias.o 393LIB_OBJS += util/alias.o
394LIB_OBJS += util/build-id.o
393LIB_OBJS += util/config.o 395LIB_OBJS += util/config.o
394LIB_OBJS += util/ctype.o 396LIB_OBJS += util/ctype.o
395LIB_OBJS += util/debugfs.o 397LIB_OBJS += util/debugfs.o