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