xref: /linux/arch/sh/boot/Makefile (revision 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2)
1#
2# arch/sh/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) 1999 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
21