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 542b29e2e382..b9509b1cc32c 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -353,6 +353,7 @@ LIB_H += util/include/asm/swab.h
353LIB_H += util/include/asm/system.h 353LIB_H += util/include/asm/system.h
354LIB_H += util/include/asm/uaccess.h 354LIB_H += util/include/asm/uaccess.h
355LIB_H += perf.h 355LIB_H += perf.h
356LIB_H += util/debugfs.h
356LIB_H += util/event.h 357LIB_H += util/event.h
357LIB_H += util/types.h 358LIB_H += util/types.h
358LIB_H += util/levenshtein.h 359LIB_H += util/levenshtein.h
@@ -378,6 +379,7 @@ LIB_OBJS += util/abspath.o
378LIB_OBJS += util/alias.o 379LIB_OBJS += util/alias.o
379LIB_OBJS += util/config.o 380LIB_OBJS += util/config.o
380LIB_OBJS += util/ctype.o 381LIB_OBJS += util/ctype.o
382LIB_OBJS += util/debugfs.o
381LIB_OBJS += util/environment.o 383LIB_OBJS += util/environment.o
382LIB_OBJS += util/event.o 384LIB_OBJS += util/event.o
383LIB_OBJS += util/exec_cmd.o 385LIB_OBJS += util/exec_cmd.o