1#
2# arch/sh64/boot/Makefile
3#
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
6# for more details.
7#
8# Copyright (C) 2002 Stuart Menefy
9#
10
11targets := zImage
12subdir- := compressed
13
14$(obj)/zImage: $(obj)/compressed/vmlinux FORCE
15	$(call if_changed,objcopy)
16	@echo 'Kernel: $@ is ready'
17
18$(obj)/compressed/vmlinux: FORCE
19	$(Q)$(MAKE) $(build)=$(obj)/compressed $@
20