Makefile 322 B

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