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
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
25 @echo
' Kernel: $@ is ready'