diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-05-18 14:28:47 -0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-26 13:52:53 +0200 |
commit | 62eb93905b3b43cea407cfbc061cc7b40ae1c6e9 (patch) | |
tree | 42ef22ce29604d1f69aabf3234ddc4c9a62ad1e6 /Documentation/perf_counter/Makefile | |
parent | fd4242bb35b70557eee8d0c79f82dacc3f3b89e0 (diff) | |
download | lwn-62eb93905b3b43cea407cfbc061cc7b40ae1c6e9.tar.gz lwn-62eb93905b3b43cea407cfbc061cc7b40ae1c6e9.zip |
perf_counter: Implement dso__load using libelf
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/Makefile')
-rw-r--r-- | Documentation/perf_counter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/perf_counter/Makefile b/Documentation/perf_counter/Makefile index 49c601e10692..6bffa86af6be 100644 --- a/Documentation/perf_counter/Makefile +++ b/Documentation/perf_counter/Makefile @@ -160,7 +160,7 @@ uname_V := $(shell sh -c 'uname -v 2>/dev/null || echo not') # CFLAGS and LDFLAGS are for the users to override from the command line. CFLAGS = -g -O2 -Wall -LDFLAGS = -lpthread -lrt +LDFLAGS = -lpthread -lrt -lelf ALL_CFLAGS = $(CFLAGS) ALL_LDFLAGS = $(LDFLAGS) STRIP ?= strip |