NetBSD/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/Makefile

18 lines
373 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/04/29 05:36:20 thorpej Exp $
S= ${.CURDIR}/../../../../..
PLATFORM= IQ80321
RELOC= 0xf0080000
MAXIMAGESIZE= 0 # concatenate
LOADADDR= 0xa0200000
CPPFLAGS+= -DCONSPEED=115200
CPPFLAGS+= -DCONADDR=0xfe800000UL
LDSCRIPT= ${.CURDIR}/ldscript
SRCS+= iq80321.c ns16550.c i80321_mem.c
.include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"