commit | fbe6e37dab974dd0fc3660c001895f7bfd771c9a | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed Aug 24 22:29:21 2016 +1000 |
committer | Michal Marek <mmarek@suse.com> | Fri Sep 09 10:47:00 2016 +0200 |
tree | b50892eb57f9e567e6f9293d1c1c6a7b94f3255f | |
parent | b67067f1176df6ee727450546b58704e4b588563 [diff] |
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>