Skip to content
Commit c47ca98d authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc: Move core kernel logic into arch/powerpc/Kbuild



This is a nice cleanup, arch/powerpc/Makefile is long and messy so
moving this out helps a little.

It also allows us to do:

  $ make arch/powerpc

Which can be helpful if you just want to compile test some changes to
arch code and not link everything.

Finally it also gives us a single place to do subdir-cc-flags
assignments which affect the whole of arch/powerpc, which we will do
in a future patch.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent fc0c8b36
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment