diff options
Diffstat (limited to 'tools/perf/util/scripting-engines/Build')
-rw-r--r-- | tools/perf/util/scripting-engines/Build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/util/scripting-engines/Build b/tools/perf/util/scripting-engines/Build new file mode 100644 index 000000000000..6516e220c247 --- /dev/null +++ b/tools/perf/util/scripting-engines/Build | |||
@@ -0,0 +1,6 @@ | |||
1 | libperf-$(CONFIG_LIBPERL) += trace-event-perl.o | ||
2 | libperf-$(CONFIG_LIBPYTHON) += trace-event-python.o | ||
3 | |||
4 | CFLAGS_trace-event-perl.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-undef -Wno-switch-default | ||
5 | |||
6 | CFLAGS_trace-event-python.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow | ||