xref: /linux/tools/perf/util/scripting-engines/Build (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
1378ef0f5SIan Rogersifeq ($(CONFIG_LIBTRACEEVENT),y)
2*e467705aSIan Rogers  perf-util-$(CONFIG_LIBPERL)   += trace-event-perl.o
3378ef0f5SIan Rogersendif
4*e467705aSIan Rogersperf-util-$(CONFIG_LIBPYTHON) += trace-event-python.o
5c7355f84SJiri Olsa
663a4354aSArnaldo Carvalho de MeloCFLAGS_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
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