1#
2# arch/cris/boot/Makefile
3#
4target = $(target_boot_dir)
5src    = $(src_boot_dir)
6
7zImage: compressed/vmlinuz
8
9compressed/vmlinuz:
10	@$(MAKE) -f $(src)/compressed/Makefile $(target_compressed_dir)/vmlinuz
11
12clean:
13	@$(MAKE) -f $(src)/compressed/Makefile clean
14