diff options
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r-- | arch/powerpc/Makefile | 4 |
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 | ||
249 | ifeq ($(CONFIG_RELOCATABLE),y) | 249 | ifeq ($(CONFIG_RELOCATABLE),y) |
250 | quiet_cmd_relocs_check = CALL $< | 250 | quiet_cmd_relocs_check = CALL $< |
251 | cmd_relocs_check = perl $< "$(OBJDUMP)" "$(obj)/vmlinux" | 251 | cmd_relocs_check = $(CONFIG_SHELL) $< "$(OBJDUMP)" "$(obj)/vmlinux" |
252 | 252 | ||
253 | PHONY += relocs_check | 253 | PHONY += relocs_check |
254 | relocs_check: arch/powerpc/relocs_check.pl vmlinux | 254 | relocs_check: arch/powerpc/relocs_check.sh vmlinux |
255 | $(call cmd,relocs_check) | 255 | $(call cmd,relocs_check) |
256 | 256 | ||
257 | zImage: relocs_check | 257 | zImage: relocs_check |