diff options
Diffstat (limited to 'tools/perf/Makefile.perf')
-rw-r--r-- | tools/perf/Makefile.perf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 9ef6b33bcfe3..f99a392d20be 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf | |||
@@ -538,6 +538,7 @@ ifeq ($(NO_PERF_REGS),0) | |||
538 | ifeq ($(ARCH),x86) | 538 | ifeq ($(ARCH),x86) |
539 | LIB_H += arch/x86/include/perf_regs.h | 539 | LIB_H += arch/x86/include/perf_regs.h |
540 | endif | 540 | endif |
541 | LIB_OBJS += $(OUTPUT)util/perf_regs.o | ||
541 | endif | 542 | endif |
542 | 543 | ||
543 | ifndef NO_LIBNUMA | 544 | ifndef NO_LIBNUMA |