2 # arch/sh/boot/Makefile
4 # This file is subject to the terms and conditions of the GNU General Public
5 # License. See the file "COPYING" in the main directory of this archive
8 # Copyright (C) 1999 Stuart Menefy
14 $(obj
)/zImage
: $(obj
)/compressed
/vmlinux FORCE
15 $(call if_changed
,objcopy
)
16 @echo
'Kernel: $@ is ready'
18 $(obj
)/compressed
/vmlinux
: FORCE
19 $(Q
)$(MAKE
) $(build
)=$(obj
)/compressed
$@