1 # $NetBSD: Makefile,v 1.1 2003/07/30 18:54:18 bsh Exp $ 2 3 S= ${.CURDIR}/../../../../.. 4 5 PLATFORM= SMDK2800 6 RELOC= 0x00100000 7 MAXIMAGESIZE= 0 # concatenate 8 LOADADDR= 0x08200000 9 10 CPPFLAGS+= -DCONSPEED=115200 11 CPPFLAGS+= -DCONADDR=0x10170000UL 12 # CPPFLAGS+= -DCONADDR=0x10180000UL 13 CPPFLAGS+= -DXTAL_CLK=6000000 14 COPTS+= -march=armv4 15 16 LDSCRIPT= ${.CURDIR}/ldscript 17 18 SRCS+= smdk2800.c sscom.c 19 20 .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot" 21