Makefile revision 1.1
11.1Sthorpej# $NetBSD: Makefile,v 1.1 2002/03/28 22:03:00 thorpej Exp $ 21.1Sthorpej 31.1Sthorpej# List the kernels you want to Gzip Boot here. 41.1SthorpejSUBDIR+= kern_IQ80310 51.1SthorpejSUBDIR+= kern_IQ80321 61.1Sthorpej 71.1Sthorpej# List the Gzip Boot ELF images you want to create here. 81.1SthorpejSUBDIR+= gzboot_IQ80310_flash_0x00080000 91.1SthorpejSUBDIR+= gzboot_IQ80321_flash_0xf0080000 101.1Sthorpej 111.1SthorpejSUBDIR+= .WAIT 121.1Sthorpej 131.1Sthorpej# List the Gzip Boot binary images (which include the kernels) you 141.1Sthorpej# want to create here. 151.1SthorpejSUBDIR+= gzimg_IQ80310_flash_0x00080000 161.1SthorpejSUBDIR+= gzimg_IQ80321_flash_0xf0080000 171.1Sthorpej 181.1Sthorpej.include <bsd.subdir.mk> 19