diff options
Diffstat (limited to 'arch/s390/boot')
-rw-r--r-- | arch/s390/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/boot/Makefile b/arch/s390/boot/Makefile index f2737a005afc..9a42ecec5647 100644 --- a/arch/s390/boot/Makefile +++ b/arch/s390/boot/Makefile | |||
@@ -21,6 +21,6 @@ $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE | |||
21 | $(obj)/compressed/vmlinux: FORCE | 21 | $(obj)/compressed/vmlinux: FORCE |
22 | $(Q)$(MAKE) $(build)=$(obj)/compressed $@ | 22 | $(Q)$(MAKE) $(build)=$(obj)/compressed $@ |
23 | 23 | ||
24 | install: $(CONFIGURE) $(obj)/image | 24 | install: $(CONFIGURE) $(obj)/bzImage |
25 | sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/image \ | 25 | sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \ |
26 | System.map "$(INSTALL_PATH)" | 26 | System.map "$(INSTALL_PATH)" |