Home | History | Annotate | Line # | Download | only in gzboot
Makefile revision 1.3
      1  1.3  thorpej #	$NetBSD: Makefile,v 1.3 2002/04/13 16:40:32 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.3  thorpej .endif
     11  1.1  thorpej 
     12  1.2    lukem SUBDIR+= .WAIT gzimg
     13  1.1  thorpej 
     14  1.1  thorpej .include <bsd.subdir.mk>
     15