Home | History | Annotate | Line # | Download | only in ADI_BRH_flash_0x00140000
      1  1.3     matt #	$NetBSD: Makefile,v 1.3 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= ADI_BRH
      6  1.1  thorpej RELOC= 0x00140000
      7  1.2  thorpej MAXIMAGESIZE= 0		# concatenate
      8  1.1  thorpej LOADADDR= 0xc0200000
      9  1.1  thorpej 
     10  1.1  thorpej CPPFLAGS+= -DBECC_SUPPORT_V7
     11  1.1  thorpej CPPFLAGS+= -DCONSPEED=57600
     12  1.1  thorpej CPPFLAGS+= -DCONADDR=0x03000000UL
     13  1.1  thorpej CPPFLAGS+= -DNS16550_FREQ=33300000
     14  1.3     matt CPUFLAGS= -mcpu=xscale
     15  1.1  thorpej 
     16  1.1  thorpej LDSCRIPT= ${.CURDIR}/ldscript
     17  1.1  thorpej 
     18  1.1  thorpej SRCS+=	adi_brh.c ns16550.c becc_mem.c
     19  1.1  thorpej 
     20  1.1  thorpej .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
     21