diff options
author | Ingo Molnar <mingo@kernel.org> | 2015-05-08 07:33:33 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-05-08 07:33:33 -0400 |
commit | 7ae383be81781c5e1347f71c3eb0d53ce5188200 (patch) | |
tree | d2dfedb78cf4ee2bc9cc460af3be106b08e01050 /tools/perf/scripts | |
parent | 2a4e90b18c256d52a7f3f77d58114f6d4e4a7f9f (diff) | |
parent | 3e0283a53f7d2f2dae7bc4aa7f3104cb5988018f (diff) |
Merge branch 'linus' into x86/asm, before applying dependent patch
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts')
-rw-r--r-- | tools/perf/scripts/Build | 2 | ||||
-rw-r--r-- | tools/perf/scripts/perl/Perf-Trace-Util/Build | 3 | ||||
-rw-r--r-- | tools/perf/scripts/python/Perf-Trace-Util/Build | 3 |
3 files changed, 8 insertions, 0 deletions
diff --git a/tools/perf/scripts/Build b/tools/perf/scripts/Build new file mode 100644 index 000000000000..41efd7e368b3 --- /dev/null +++ b/tools/perf/scripts/Build | |||
@@ -0,0 +1,2 @@ | |||
1 | libperf-$(CONFIG_LIBPERL) += perl/Perf-Trace-Util/ | ||
2 | libperf-$(CONFIG_LIBPYTHON) += python/Perf-Trace-Util/ | ||
diff --git a/tools/perf/scripts/perl/Perf-Trace-Util/Build b/tools/perf/scripts/perl/Perf-Trace-Util/Build new file mode 100644 index 000000000000..928e110179cb --- /dev/null +++ b/tools/perf/scripts/perl/Perf-Trace-Util/Build | |||
@@ -0,0 +1,3 @@ | |||
1 | libperf-y += Context.o | ||
2 | |||
3 | CFLAGS_Context.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-undef -Wno-switch-default | ||
diff --git a/tools/perf/scripts/python/Perf-Trace-Util/Build b/tools/perf/scripts/python/Perf-Trace-Util/Build new file mode 100644 index 000000000000..aefc15c9444a --- /dev/null +++ b/tools/perf/scripts/python/Perf-Trace-Util/Build | |||
@@ -0,0 +1,3 @@ | |||
1 | libperf-y += Context.o | ||
2 | |||
3 | CFLAGS_Context.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs | ||