1#	$NetBSD: Makefile,v 1.2 2005/12/11 12:17:11 christos Exp $
2
3S=	${.CURDIR}/../../../../..
4
5PLATFORM= TS7200
6RELOC= 0x60660000
7MAXIMAGESIZE= 0		# concatenate
8LOADADDR= 0x00200000
9
10CPPFLAGS+= -DCONSPEED=115200
11CPPFLAGS+= -DCONADDR=0x808c0000UL
12
13CPUFLAGS= -mcpu=arm9tdmi
14
15LDSCRIPT= ${.CURDIR}/ldscript
16
17SRCS+=	ts7200.c epcom.c
18
19.include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
20