1#	$NetBSD: Makefile,v 1.2 2003/04/29 05:36:20 thorpej Exp $
2
3S=	${.CURDIR}/../../../../..
4
5PLATFORM= ADI_BRH
6RELOC= 0x00140000
7MAXIMAGESIZE= 0		# concatenate
8LOADADDR= 0xc0200000
9
10CPPFLAGS+= -DBECC_SUPPORT_V7
11CPPFLAGS+= -DCONSPEED=57600
12CPPFLAGS+= -DCONADDR=0x03000000UL
13CPPFLAGS+= -DNS16550_FREQ=33300000
14
15LDSCRIPT= ${.CURDIR}/ldscript
16
17SRCS+=	adi_brh.c ns16550.c becc_mem.c
18
19.include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
20