home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.2 / LINUX-1.2 / LINUX-1 / linux / arch / mips / boot / Makefile
Encoding:
Makefile  |  1995-01-16  |  457 b   |  25 lines

  1. #
  2. # arch/mips/boot/Makefile
  3. #
  4. # This file is subject to the terms and conditions of the GNU General Public
  5. # License.  See the file "COPYING" in the main directory of this archive
  6. # for more details.
  7. #
  8. # Copyright (C) 1995 by  Waldorf Electronics,
  9. # written by Ralf Baechle
  10. #
  11.  
  12. #
  13. # Fake compressed boot
  14. #
  15. zImage:    $(CONFIGURE) $(TOPDIR)/vmlinux
  16.     ln -fs $(TOPDIR)/vmlinux zImage
  17.  
  18. zdisk:    zImage
  19.     mcopy -n $(TOPDIR)/vmlinux a:vmlinux
  20.  
  21. dep:
  22.  
  23. clean:
  24.     rm -f zImage
  25.