From: "Rémi Bernon" Subject: [PATCH v2 0/2] Help Linux perf get debug information from PE files​. Message-Id: <20191002182625.5788-1-rbernon@codeweavers.com> Date: Wed, 2 Oct 2019 20:26:23 +0200 This is an updated version of the perf patches, as I saw in some discussion that "ifeq" should not be used in Makefiles for portability. I believe it could be useful with only a few drawbacks (increased binary size due to the alignment constraint, and the additional objcopy requirement). Rémi Bernon (2): makefiles: Align PE sections so they can be directly mmaped. makefiles: Split PE debug sections to separate files. tools/makedep.c | 5 +++++ 1 file changed, 5 insertions(+) -- 2.23.0