Makefile 259 B

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