]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/cris/arch-v32/boot/Makefile
/spare/repo/libata-dev branch 'v2.6.13'
[linux-2.6-omap-h63xx.git] / arch / cris / arch-v32 / boot / Makefile
1 #
2 # arch/cris/arch-v32/boot/Makefile
3 #
4 target = $(target_boot_dir)
5 src    = $(src_boot_dir)
6
7 zImage: compressed/vmlinuz
8
9 compressed/vmlinuz: $(objtree)/vmlinux
10         @$(MAKE) -f $(src)/compressed/Makefile $(objtree)/vmlinuz
11
12 clean:
13         rm -f zImage tools/build compressed/vmlinux.out
14         @$(MAKE) -f $(src)/compressed/Makefile clean