No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / evbarm / stand / gzboot / IQ80321_flash_0xf0080000 / Makefile
blobc238aca1aede3a64dfce54fafe452ce834801e4b
1 # $NetBSD: Makefile,v 1.2 2002/04/25 01:47:54 thorpej Exp $
3 S= ${.CURDIR}/../../../../..
5 PLATFORM= IQ80321
6 RELOC= 0xf0080000
7 MAXIMAGESIZE= 0 # concatenate
8 LOADADDR= 0xa0200000
10 CPPFLAGS+= -DCONSPEED=115200
11 CPPFLAGS+= -DCONADDR=0xfe800000UL
13 LDSCRIPT= ${.CURDIR}/ldscript
15 SRCS+= iq80321.c ns16550.c i80321_mem.c
17 .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"