On Thu, 2016-22-09 at 06:54:29 UTC, Oliver O'Halloran wrote: > The powerpc boot wrapper is compiled with a separate "bootcc" toolchain > rather than the toolchain used for the rest of the kernel. The main > problem with this is that the wrapper does not have access to the kernel > headers (without a lot of gross hacks). To get around this the required > headers are copied into the build directory via several sed scripts > which rewrite problematic includes. This patch moves these fixups out of > the makefile into a separate .sed script file to clean up makefile > slightly. > > Signed-off-by: Oliver O'Halloran <ooh...@gmail.com>
Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/1a13de6df9bf998a0b6d9bfa42 cheers