blob: 7b342ce38d999e55f32b8c14007ba32687762223 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001perf-$(CONFIG_LIBPERL) += trace-event-perl.o
2perf-$(CONFIG_LIBPYTHON) += trace-event-python.o
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00003
4CFLAGS_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
6CFLAGS_trace-event-python.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow