diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-02-18 02:25:05 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-02-18 02:25:05 -0500 |
commit | e4cc9f4a207aeb819f358114eb23a04547d4807c (patch) | |
tree | 4c8f7f56427948ca9c2f30659ee18c6dcfdb4d08 /tools/perf/util/setup.py | |
parent | e9345aab675382176740bc8a2c6d3caf1510e46d (diff) | |
parent | 668b8788f497b2386402daeca583d6300240d41d (diff) |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
Diffstat (limited to 'tools/perf/util/setup.py')
-rw-r--r-- | tools/perf/util/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/setup.py b/tools/perf/util/setup.py index 1947b0430c9..e24ffadb20b 100644 --- a/tools/perf/util/setup.py +++ b/tools/perf/util/setup.py | |||
@@ -5,7 +5,7 @@ from distutils.core import setup, Extension | |||
5 | perf = Extension('perf', | 5 | perf = Extension('perf', |
6 | sources = ['util/python.c', 'util/ctype.c', 'util/evlist.c', | 6 | sources = ['util/python.c', 'util/ctype.c', 'util/evlist.c', |
7 | 'util/evsel.c', 'util/cpumap.c', 'util/thread_map.c', | 7 | 'util/evsel.c', 'util/cpumap.c', 'util/thread_map.c', |
8 | 'util/util.c', 'util/xyarray.c'], | 8 | 'util/util.c', 'util/xyarray.c', 'util/cgroup.c'], |
9 | include_dirs = ['util/include'], | 9 | include_dirs = ['util/include'], |
10 | extra_compile_args = ['-fno-strict-aliasing', '-Wno-write-strings']) | 10 | extra_compile_args = ['-fno-strict-aliasing', '-Wno-write-strings']) |
11 | 11 | ||