diff options
Diffstat (limited to 'arch/s390/Makefile')
-rw-r--r-- | arch/s390/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/s390/Makefile b/arch/s390/Makefile index 80eb3ee84ff1..d73611b35164 100644 --- a/arch/s390/Makefile +++ b/arch/s390/Makefile @@ -142,8 +142,7 @@ all: bzImage KBUILD_IMAGE := $(boot)/bzImage install: - sh -x $(srctree)/$(boot)/install.sh $(KERNELRELEASE) $(KBUILD_IMAGE) \ - System.map "$(INSTALL_PATH)" + $(call cmd,install) bzImage: vmlinux $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ |