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