diff options
author | Robert Morell <[email protected]> | 2010-11-16 14:16:33 -0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2010-11-19 16:38:04 -0200 |
commit | a71123977eb3c72dd5a8bac723b13faf9cdd2828 (patch) | |
tree | d806daf538d2bc3c9539c1642277050892026f58 /net/unix/af_unix.c | |
parent | f5b4a9c3ab53d544a540a6f3a5d17184e374d91a (diff) |
perf tools: Remove hardcoded include paths for elfutils
This change removes the use of hardcoded absolute "/usr/include/elfutils" paths
from the perf build. The problem with hardcoded paths is that it prevents them
from being overridden by $prefix or by -I in CFLAGS (e.g., for cross-compiling
purposes).
Instead, just include the "elfutils/" subdirectory as a relative path when
files are needed from that directory.
Tested by building perf:
- Cross-compiled for ARM on x86_64
- Built natively on x86_64
- Built on x86_64 with /usr/include/elfutils moved to another location
and manually included in CFLAGS
Acked-by: Masami Hiramatsu <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Robert Morell <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions