Home | History | Annotate | Line # | Download | only in ADI_BRH_flash_0x00140000
Makefile revision 1.2.142.1
      1 #	$NetBSD: Makefile,v 1.2.142.1 2013/01/16 05:32:56 yamt Exp $
      2 
      3 S=	${.CURDIR}/../../../../..
      4 
      5 PLATFORM= ADI_BRH
      6 RELOC= 0x00140000
      7 MAXIMAGESIZE= 0		# concatenate
      8 LOADADDR= 0xc0200000
      9 
     10 CPPFLAGS+= -DBECC_SUPPORT_V7
     11 CPPFLAGS+= -DCONSPEED=57600
     12 CPPFLAGS+= -DCONADDR=0x03000000UL
     13 CPPFLAGS+= -DNS16550_FREQ=33300000
     14 CPUFLAGS= -mcpu=xscale
     15 
     16 LDSCRIPT= ${.CURDIR}/ldscript
     17 
     18 SRCS+=	adi_brh.c ns16550.c becc_mem.c
     19 
     20 .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
     21