Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2003/07/30 18:54:18 bsh Exp $
2
3S=	${.CURDIR}/../../../../..
4
5PLATFORM= SMDK2800
6RELOC= 0x00100000
7MAXIMAGESIZE= 0		# concatenate
8LOADADDR= 0x08200000
9
10CPPFLAGS+= -DCONSPEED=115200
11CPPFLAGS+= -DCONADDR=0x10170000UL
12# CPPFLAGS+= -DCONADDR=0x10180000UL
13CPPFLAGS+= -DXTAL_CLK=6000000
14COPTS+= -march=armv4
15
16LDSCRIPT= ${.CURDIR}/ldscript
17
18SRCS+=	smdk2800.c sscom.c
19
20.include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
21