Home | History | Annotate | Line # | Download | only in gzboot
Makefile revision 1.4
      1  1.4  thorpej #	$NetBSD: Makefile,v 1.4 2002/04/26 02:31:57 thorpej Exp $
      2  1.1  thorpej 
      3  1.2    lukem SUBDIR=
      4  1.3  thorpej TARGETS+= release
      5  1.1  thorpej 
      6  1.3  thorpej .ifmake !release
      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.4  thorpej SUBDIR+= gzboot_TEAMASA_NPWR_flash_0x00080000
     11  1.3  thorpej .endif
     12  1.1  thorpej 
     13  1.2    lukem SUBDIR+= .WAIT gzimg
     14  1.1  thorpej 
     15  1.1  thorpej .include <bsd.subdir.mk>
     16