xref: /openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/Build (revision c900529f3d9161bfde5cca0754f83b4d3c3e0220)
180c3a7d9SAdrian Hunterperf-y += Context.o
2c7355f84SJiri Olsa
3*c43888e7SArnaldo Carvalho de Melo# -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls after asserts, for instance)
4*c43888e7SArnaldo Carvalho de MeloCFLAGS_Context.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-declaration-after-statement
5