diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 251dcd7fb5ac..6958ba4f5dcb 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -102,7 +102,7 @@ ifdef PARSER_DEBUG | |||
102 | endif | 102 | endif |
103 | 103 | ||
104 | CFLAGS = -fno-omit-frame-pointer -ggdb3 -funwind-tables -Wall -Wextra -std=gnu99 $(CFLAGS_WERROR) $(CFLAGS_OPTIMIZE) $(EXTRA_WARNINGS) $(EXTRA_CFLAGS) $(PARSER_DEBUG_CFLAGS) | 104 | CFLAGS = -fno-omit-frame-pointer -ggdb3 -funwind-tables -Wall -Wextra -std=gnu99 $(CFLAGS_WERROR) $(CFLAGS_OPTIMIZE) $(EXTRA_WARNINGS) $(EXTRA_CFLAGS) $(PARSER_DEBUG_CFLAGS) |
105 | EXTLIBS = -lpthread -lrt -lelf -lm | 105 | EXTLIBS = -lpthread -lrt -lelf -lm -laudit |
106 | ALL_CFLAGS = $(CFLAGS) -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE | 106 | ALL_CFLAGS = $(CFLAGS) -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE |
107 | ALL_LDFLAGS = $(LDFLAGS) | 107 | ALL_LDFLAGS = $(LDFLAGS) |
108 | STRIP ?= strip | 108 | STRIP ?= strip |
@@ -442,6 +442,7 @@ BUILTIN_OBJS += $(OUTPUT)builtin-kmem.o | |||
442 | BUILTIN_OBJS += $(OUTPUT)builtin-lock.o | 442 | BUILTIN_OBJS += $(OUTPUT)builtin-lock.o |
443 | BUILTIN_OBJS += $(OUTPUT)builtin-kvm.o | 443 | BUILTIN_OBJS += $(OUTPUT)builtin-kvm.o |
444 | BUILTIN_OBJS += $(OUTPUT)builtin-test.o | 444 | BUILTIN_OBJS += $(OUTPUT)builtin-test.o |
445 | BUILTIN_OBJS += $(OUTPUT)builtin-trace.o | ||
445 | BUILTIN_OBJS += $(OUTPUT)builtin-inject.o | 446 | BUILTIN_OBJS += $(OUTPUT)builtin-inject.o |
446 | 447 | ||
447 | PERFLIBS = $(LIB_FILE) $(LIBTRACEEVENT) | 448 | PERFLIBS = $(LIB_FILE) $(LIBTRACEEVENT) |