1 # $NetBSD: Makefile,v 1.5 2003/04/10 01:50:28 thorpej Exp $ 2 3 SUBDIR= 4 TARGETS+= release 5 6 .ifmake !release 7 # List the Gzip Boot ELF images you want to create here. 8 SUBDIR+= gzboot_ADI_BRH_flash_0x00140000 9 SUBDIR+= gzboot_IQ80310_flash_0x00080000 10 SUBDIR+= gzboot_IQ80321_flash_0xf0080000 11 SUBDIR+= gzboot_TEAMASA_NPWR_flash_0x00080000 12 .endif 13 14 SUBDIR+= .WAIT gzimg 15 16 .include <bsd.subdir.mk> 17