xref: /netbsd/distrib/evbarm/gzboot/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.4 2002/04/26 02:31:57 thorpej Exp $
2
3SUBDIR=
4TARGETS+= release
5
6.ifmake !release
7# List the Gzip Boot ELF images you want to create here.
8SUBDIR+= gzboot_IQ80310_flash_0x00080000
9SUBDIR+= gzboot_IQ80321_flash_0xf0080000
10SUBDIR+= gzboot_TEAMASA_NPWR_flash_0x00080000
11.endif
12
13SUBDIR+= .WAIT gzimg
14
15.include <bsd.subdir.mk>
16