1 1.5 thorpej # $NetBSD: Makefile,v 1.5 2003/04/10 01:50:28 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.5 thorpej SUBDIR+= gzboot_ADI_BRH_flash_0x00140000 9 1.1 thorpej SUBDIR+= gzboot_IQ80310_flash_0x00080000 10 1.1 thorpej SUBDIR+= gzboot_IQ80321_flash_0xf0080000 11 1.4 thorpej SUBDIR+= gzboot_TEAMASA_NPWR_flash_0x00080000 12 1.3 thorpej .endif 13 1.1 thorpej 14 1.2 lukem SUBDIR+= .WAIT gzimg 15 1.1 thorpej 16 1.1 thorpej .include <bsd.subdir.mk> 17