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