1#	$NetBSD: Makefile,v 1.2 2002/04/25 01:47:54 thorpej Exp $
2
3S=	${.CURDIR}/../../../../..
4
5PLATFORM= IQ80321
6RELOC= 0xf0080000
7MAXIMAGESIZE= 2097152	# 2M
8LOADADDR= 0xa0200000
9
10CPPFLAGS+= -DCONSPEED=115200
11CPPFLAGS+= -DCONADDR=0xfe800000UL
12
13LDSCRIPT= ${.CURDIR}/ldscript
14
15SRCS+=	iq80321.c ns16550.c i80321_mem.c
16
17.include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
18