Home | History | Annotate | Line # | Download | only in gzboot
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2002/04/11 12:19:42 lukem Exp $
      2 
      3 SUBDIR=
      4 
      5 # List the Gzip Boot ELF images you want to create here.
      6 SUBDIR+= gzboot_IQ80310_flash_0x00080000
      7 SUBDIR+= gzboot_IQ80321_flash_0xf0080000
      8 
      9 SUBDIR+= .WAIT gzimg
     10 
     11 .include <bsd.subdir.mk>
     12