Home | History | Annotate | Line # | Download | only in IQ80321_flash_0xf0080000
      1  1.4     matt #	$NetBSD: Makefile,v 1.4 2012/12/12 15:08:44 matt Exp $
      2  1.1  thorpej 
      3  1.1  thorpej S=	${.CURDIR}/../../../../..
      4  1.1  thorpej 
      5  1.1  thorpej PLATFORM= IQ80321
      6  1.1  thorpej RELOC= 0xf0080000
      7  1.3  thorpej MAXIMAGESIZE= 0		# concatenate
      8  1.1  thorpej LOADADDR= 0xa0200000
      9  1.1  thorpej 
     10  1.1  thorpej CPPFLAGS+= -DCONSPEED=115200
     11  1.1  thorpej CPPFLAGS+= -DCONADDR=0xfe800000UL
     12  1.1  thorpej 
     13  1.4     matt CPUFLAGS= -mcpu=xscale
     14  1.4     matt 
     15  1.1  thorpej LDSCRIPT= ${.CURDIR}/ldscript
     16  1.1  thorpej 
     17  1.2  thorpej SRCS+=	iq80321.c ns16550.c i80321_mem.c
     18  1.1  thorpej 
     19  1.1  thorpej .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
     20