summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile.postlink
diff options
context:
space:
mode:
authorNicholas Piggin2016-11-26 04:26:10 +0100
committerMichael Ellerman2017-04-28 13:26:53 +0200
commitb71c9ffb140556004caf7ba27083f9d90ae8d14b (patch)
tree7139123f4a58fc9146c7923ec4af45e8126c9b1d /arch/powerpc/Makefile.postlink
parentpowerpc: Use the new post-link pass to check relocations (diff)
downloadkernel-qcow2-linux-b71c9ffb140556004caf7ba27083f9d90ae8d14b.tar.gz
kernel-qcow2-linux-b71c9ffb140556004caf7ba27083f9d90ae8d14b.tar.xz
kernel-qcow2-linux-b71c9ffb140556004caf7ba27083f9d90ae8d14b.zip
powerpc: Add arch/powerpc/tools directory
Move a couple of existing scripts under there. Remove scripts directory: a script is a tool, a tool is not a script. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Makefile.postlink')
-rw-r--r--arch/powerpc/Makefile.postlink2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Makefile.postlink b/arch/powerpc/Makefile.postlink
index 8c0170e45069..3c22d64b2de9 100644
--- a/arch/powerpc/Makefile.postlink
+++ b/arch/powerpc/Makefile.postlink
@@ -11,7 +11,7 @@ include include/config/auto.conf
include scripts/Kbuild.include
quiet_cmd_relocs_check = CHKREL $@
- cmd_relocs_check = $(CONFIG_SHELL) $(srctree)/arch/powerpc/relocs_check.sh "$(OBJDUMP)" "$@"
+ cmd_relocs_check = $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$@"
# `@true` prevents complaint when there is nothing to be done