Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / cris / boot / Makefile
blob859d275f862b93a934bfd835aa4cc8748f7612a0
1 # SPDX-License-Identifier: GPL-2.0
3 # arch/cris/boot/Makefile
6 objcopyflags-$(CONFIG_ETRAX_ARCH_V10) += -R .note -R .comment
7 objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id
9 OBJCOPYFLAGS = -O binary $(objcopyflags-y)
12 subdir- := compressed rescue
13 targets := Image
15 $(obj)/Image: vmlinux FORCE
16 $(call if_changed,objcopy)
17 @echo ' Kernel: $@ is ready'
19 $(obj)/compressed/vmlinux: $(obj)/Image FORCE
20 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
21 $(Q)$(MAKE) $(build)=$(obj)/rescue $(obj)/rescue/rescue.bin
23 $(obj)/zImage: $(obj)/compressed/vmlinux
24 @cp $< $@
25 @echo ' Kernel: $@ is ready'