diff options
Diffstat (limited to 'arch/s390/boot/Makefile')
| -rw-r--r-- | arch/s390/boot/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/s390/boot/Makefile b/arch/s390/boot/Makefile index 4d97eef36b8d..8800cf090694 100644 --- a/arch/s390/boot/Makefile +++ b/arch/s390/boot/Makefile | |||
| @@ -9,10 +9,18 @@ COMPILE_VERSION := __linux_compile_version_id__`hostname | \ | |||
| 9 | EXTRA_CFLAGS := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I. | 9 | EXTRA_CFLAGS := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I. |
| 10 | 10 | ||
| 11 | targets := image | 11 | targets := image |
| 12 | targets += bzImage | ||
| 13 | subdir- := compressed | ||
| 12 | 14 | ||
| 13 | $(obj)/image: vmlinux FORCE | 15 | $(obj)/image: vmlinux FORCE |
| 14 | $(call if_changed,objcopy) | 16 | $(call if_changed,objcopy) |
| 15 | 17 | ||
| 18 | $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE | ||
| 19 | $(call if_changed,objcopy) | ||
| 20 | |||
| 21 | $(obj)/compressed/vmlinux: FORCE | ||
| 22 | $(Q)$(MAKE) $(build)=$(obj)/compressed $@ | ||
| 23 | |||
| 16 | install: $(CONFIGURE) $(obj)/image | 24 | install: $(CONFIGURE) $(obj)/image |
| 17 | sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/image \ | 25 | sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/image \ |
| 18 | System.map Kerntypes "$(INSTALL_PATH)" | 26 | System.map Kerntypes "$(INSTALL_PATH)" |
