]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blob - arch/m32r/boot/Makefile
Linux-2.6.12-rc2
[sojka/nv-tegra/linux-3.10.git] / arch / m32r / boot / Makefile
1 #
2 # arch/m32r/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 targets := zImage
9 subdir- := compressed
10
11 obj-y   := setup.o
12
13 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
14         $(call if_changed,objcopy)
15         @echo 'Kernel: $@ is ready'
16
17 $(obj)/compressed/vmlinux: FORCE
18         $(Q)$(MAKE) $(build)=$(obj)/compressed $@
19