]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: add arch specific post-link Makefile
authorNicholas Piggin <npiggin@gmail.com>
Wed, 24 Aug 2016 12:29:21 +0000 (22:29 +1000)
committerMichal Marek <mmarek@suse.com>
Fri, 9 Sep 2016 08:47:00 +0000 (10:47 +0200)
commitaaac59d1b0d87c3c62b3f2ce538c1265dd2fe6ed
treeb50892eb57f9e567e6f9293d1c1c6a7b94f3255f
parent8a49cc01f3250722858789dbdfa87bad667a379a
kbuild: add arch specific post-link Makefile

Allow architectures to create arch/xxx/Makefile.postlink with targets
for vmlinux, modules.ko, and clean, which will be invoked after final
linking of vmlinux and modules.

powerpc will use this to check vmlinux linker relocations for sanity,
and may use it to fix up alternate instruction patch branch addresses.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
Documentation/kbuild/makefiles.txt
Makefile
scripts/Makefile.modpost