xref: /linux/tools/perf/util/scripting-engines/Build (revision ec714e371f22f716a04e6ecb2a24988c92b26911)
1378ef0f5SIan Rogersifeq ($(CONFIG_LIBTRACEEVENT),y)
2e467705aSIan Rogers  perf-util-$(CONFIG_LIBPERL)   += trace-event-perl.o
3378ef0f5SIan Rogersendif
4e467705aSIan Rogersperf-util-$(CONFIG_LIBPYTHON) += trace-event-python.o
5c7355f84SJiri Olsa
6*e7e86d76SLeo YanCFLAGS_trace-event-perl.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-nested-externs -Wno-undef -Wno-switch-default -Wno-bad-function-cast -Wno-declaration-after-statement -Wno-switch-enum -Wno-thread-safety-analysis
7c7355f84SJiri Olsa
8c43888e7SArnaldo Carvalho de Melo# -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls after asserts, for instance)
9c43888e7SArnaldo Carvalho de MeloCFLAGS_trace-event-python.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-deprecated-declarations -Wno-switch-enum -Wno-declaration-after-statement
10