initial commit with v2.6.9
[linux-2.6.9-moxart.git] / arch / sh / boot / Makefile
blob60797b31089ce79dbd4fbe68a37df2bd735a266a
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
6 # for more details.
8 # Copyright (C) 1999 Stuart Menefy
11 targets := zImage
12 subdir- := compressed
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 $@