Home | History | Annotate | Line # | Download | only in gzboot
Makefile revision 1.1
      1  1.1  thorpej #	$NetBSD: Makefile,v 1.1 2002/03/28 22:03:00 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej # List the kernels you want to Gzip Boot here.
      4  1.1  thorpej SUBDIR+= kern_IQ80310
      5  1.1  thorpej SUBDIR+= kern_IQ80321
      6  1.1  thorpej 
      7  1.1  thorpej # List the Gzip Boot ELF images you want to create here.
      8  1.1  thorpej SUBDIR+= gzboot_IQ80310_flash_0x00080000
      9  1.1  thorpej SUBDIR+= gzboot_IQ80321_flash_0xf0080000
     10  1.1  thorpej 
     11  1.1  thorpej SUBDIR+= .WAIT
     12  1.1  thorpej 
     13  1.1  thorpej # List the Gzip Boot binary images (which include the kernels) you
     14  1.1  thorpej # want to create here.
     15  1.1  thorpej SUBDIR+= gzimg_IQ80310_flash_0x00080000
     16  1.1  thorpej SUBDIR+= gzimg_IQ80321_flash_0xf0080000
     17  1.1  thorpej 
     18  1.1  thorpej .include <bsd.subdir.mk>
     19