xref: /OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/Build (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunperf-$(CONFIG_LIBPERL)   += trace-event-perl.o
2*4882a593Smuzhiyunperf-$(CONFIG_LIBPYTHON) += trace-event-python.o
3*4882a593Smuzhiyun
4*4882a593SmuzhiyunCFLAGS_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
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunCFLAGS_trace-event-python.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow
7