xref: /kernel/linux/linux-6.6/arch/parisc/boot/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/parisc/boot/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile for the linux parisc-specific parts of the boot image creator.
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_citargets := image
762306a36Sopenharmony_citargets += bzImage
862306a36Sopenharmony_cisubdir- := compressed
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci$(obj)/image: vmlinux FORCE
1162306a36Sopenharmony_ci	$(call if_changed,objcopy)
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci$(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
1462306a36Sopenharmony_ci	$(call if_changed,objcopy)
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci$(obj)/compressed/vmlinux: FORCE
1762306a36Sopenharmony_ci	$(Q)$(MAKE) $(build)=$(obj)/compressed $@
18

Indexes created Thu Nov 07 10:32:03 CST 2024