diff options
Diffstat (limited to 'arch/parisc/boot')
-rw-r--r-- | arch/parisc/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/boot/Makefile b/arch/parisc/boot/Makefile index b873ee4720..657f967240 100644 --- a/arch/parisc/boot/Makefile +++ b/arch/parisc/boot/Makefile @@ -10,7 +10,7 @@ subdir- := compressed $(obj)/image: vmlinux FORCE $(call if_changed,objcopy) -$(obj)/bzImage: $(obj)/compressed/vmlinux FORCE +$(obj)/bzImage: $(if $(CONFIG_KERNEL_UNCOMPRESSED),$(objtree)/vmlinux,$(obj)/compressed/vmlinux) FORCE $(call if_changed,objcopy) $(obj)/compressed/vmlinux: FORCE |