aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r--arch/powerpc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index fc502e042438..07a480861f78 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -248,10 +248,10 @@ boot := arch/$(ARCH)/boot
248 248
249ifeq ($(CONFIG_RELOCATABLE),y) 249ifeq ($(CONFIG_RELOCATABLE),y)
250quiet_cmd_relocs_check = CALL $< 250quiet_cmd_relocs_check = CALL $<
251 cmd_relocs_check = perl $< "$(OBJDUMP)" "$(obj)/vmlinux" 251 cmd_relocs_check = $(CONFIG_SHELL) $< "$(OBJDUMP)" "$(obj)/vmlinux"
252 252
253PHONY += relocs_check 253PHONY += relocs_check
254relocs_check: arch/powerpc/relocs_check.pl vmlinux 254relocs_check: arch/powerpc/relocs_check.sh vmlinux
255 $(call cmd,relocs_check) 255 $(call cmd,relocs_check)
256 256
257zImage: relocs_check 257zImage: relocs_check