Home | History | Annotate | Line # | Download | only in TS7200_flash_0x60660000
      1 #	$NetBSD: Makefile,v 1.3 2012/12/12 15:08:45 matt Exp $
      2 
      3 S=	${.CURDIR}/../../../../..
      4 
      5 PLATFORM= TS7200
      6 RELOC= 0x60660000
      7 MAXIMAGESIZE= 0		# concatenate
      8 LOADADDR= 0x00200000
      9 
     10 CPPFLAGS+= -DCONSPEED=115200
     11 CPPFLAGS+= -DCONADDR=0x808c0000UL
     12 
     13 CPUFLAGS= -mcpu=arm9tdmi
     14 
     15 LDSCRIPT= ${.CURDIR}/ldscript
     16 
     17 SRCS+=	ts7200.c epcom.c
     18 
     19 .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
     20