diff options
| author | Ingo Molnar <mingo@elte.hu> | 2011-07-21 03:32:40 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2011-07-21 03:32:40 -0400 |
| commit | 40bcea7bbe8fe452a2d272e2ffd3dea281eec9ff (patch) | |
| tree | aedb6d02e53e3cf84cc32fd81db84032cee205e1 /tools/perf/Makefile | |
| parent | 492f73a303b488ffd67097b2351d54aa6e6c7c73 (diff) | |
| parent | 14a8fd7ceea6915c613746203d6e9a2bf273f16c (diff) | |
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
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 940257b5774e..d0861bbd1d94 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
| @@ -279,6 +279,7 @@ LIB_H += util/thread.h | |||
| 279 | LIB_H += util/thread_map.h | 279 | LIB_H += util/thread_map.h |
| 280 | LIB_H += util/trace-event.h | 280 | LIB_H += util/trace-event.h |
| 281 | LIB_H += util/probe-finder.h | 281 | LIB_H += util/probe-finder.h |
| 282 | LIB_H += util/dwarf-aux.h | ||
| 282 | LIB_H += util/probe-event.h | 283 | LIB_H += util/probe-event.h |
| 283 | LIB_H += util/pstack.h | 284 | LIB_H += util/pstack.h |
| 284 | LIB_H += util/cpumap.h | 285 | LIB_H += util/cpumap.h |
| @@ -435,6 +436,7 @@ else | |||
| 435 | BASIC_CFLAGS += -DDWARF_SUPPORT | 436 | BASIC_CFLAGS += -DDWARF_SUPPORT |
| 436 | EXTLIBS += -lelf -ldw | 437 | EXTLIBS += -lelf -ldw |
| 437 | LIB_OBJS += $(OUTPUT)util/probe-finder.o | 438 | LIB_OBJS += $(OUTPUT)util/probe-finder.o |
| 439 | LIB_OBJS += $(OUTPUT)util/dwarf-aux.o | ||
| 438 | endif # PERF_HAVE_DWARF_REGS | 440 | endif # PERF_HAVE_DWARF_REGS |
| 439 | endif # NO_DWARF | 441 | endif # NO_DWARF |
| 440 | 442 | ||
