1 # $NetBSD: Makefile,v 1.1 2004/12/24 10:32:40 joff 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 LDSCRIPT= ${.CURDIR}/ldscript 14 15 SRCS+= ts7200.c epcom.c 16 17 .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot" 18