2 # arch/cris/arch-v10/boot/Makefile
5 OBJCOPYFLAGS
= -O binary
--remove-section
=.bss
7 subdir-
:= compressed rescue
10 $(obj
)/Image
: vmlinux FORCE
11 $(call if_changed
,objcopy
)
12 @echo
' Kernel: $@ is ready'
14 $(obj
)/compressed
/vmlinux
: $(obj
)/Image FORCE
15 $(Q
)$(MAKE
) $(build
)=$(obj
)/compressed
$@
16 $(Q
)$(MAKE
) $(build
)=$(obj
)/rescue
$(obj
)/rescue
/rescue.bin
18 $(obj
)/zImage
: $(obj
)/compressed
/vmlinux
20 @echo
' Kernel: $@ is ready'