2 # arch/cris/arch-v32/boot/Makefile
4 target = $(target_boot_dir)
7 zImage: compressed/vmlinuz
9 compressed/vmlinuz: $(objtree)/vmlinux
10 @$(MAKE) -f $(src)/compressed/Makefile $(objtree)/vmlinuz
13 rm -f zImage tools/build compressed/vmlinux.out
14 @$(MAKE) -f $(src)/compressed/Makefile clean