No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / evbarm / stand / gzboot / IQ80310_flash_0x00080000 / Makefile
blob66c80d88d7c494a00fb8aef3be164635acfc9c4f
1 # $NetBSD: Makefile,v 1.2 2003/04/29 05:36:20 thorpej Exp $
3 S= ${.CURDIR}/../../../../..
5 PLATFORM= IQ80310
6 RELOC= 0x00080000
7 MAXIMAGESIZE= 0 # concatenate
8 LOADADDR= 0xa0200000
10 CPPFLAGS+= -DCONSPEED=115200
11 CPPFLAGS+= -DCONADDR=0xfe810000UL
13 LDSCRIPT= ${.CURDIR}/ldscript
15 SRCS+= iq80310.c ns16550.c i80312_mem.c
17 .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"