1 # $NetBSD: Makefile,v 1.3.150.1 2012/12/06 17:14:23 matt Exp $ 2 3 S= ${.CURDIR}/../../../../.. 4 5 PLATFORM= IQ80310 6 RELOC= 0x00080000 7 MAXIMAGESIZE= 0 # concatenate 8 LOADADDR= 0xa0200000 9 10 CPPFLAGS+= -DCONSPEED=115200 11 CPPFLAGS+= -DCONADDR=0xfe810000UL 12 CPUFLAGS= -mcpu=xscale 13 14 LDSCRIPT= ${.CURDIR}/ldscript 15 16 SRCS+= iq80310.c ns16550.c i80312_mem.c 17 18 .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot" 19