]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/sh64/boot/Makefile
Linux-2.6.12-rc2
[mirror_ubuntu-artful-kernel.git] / arch / sh64 / boot / Makefile
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
11 targets := zImage
12 subdir- := 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