1 # SPDX-License-Identifier: GPL-2.0-only
3 # Makefile for the linux parisc-specific parts of the boot image creator.
10 $(obj
)/image
: vmlinux FORCE
11 $(call if_changed
,objcopy
)
13 $(obj
)/bzImage
: $(if
$(CONFIG_KERNEL_UNCOMPRESSED
),$(objtree
)/vmlinux
,$(obj
)/compressed
/vmlinux
) FORCE
14 $(call if_changed
,objcopy
)
16 $(obj
)/compressed
/vmlinux
: FORCE
17 $(Q
)$(MAKE
) $(build
)=$(obj
)/compressed
$@