11.4Schristos# $NetBSD: Makefile,v 1.4 2005/12/11 12:17:10 christos Exp $ 21.1Smycroft 31.1SmycroftS= ${.CURDIR}/../../../../.. 41.1Smycroft 51.1SmycroftPLATFORM= SMDK2410 61.1SmycroftRELOC= 0x00000000 71.1SmycroftMAXIMAGESIZE= 0 # concatenate 81.1SmycroftLOADADDR= 0x30200000 91.1Smycroft 101.2SbshCPPFLAGS+= -DCPU_S3C2410 111.1SmycroftCPPFLAGS+= -DCONSPEED=115200 121.1SmycroftCPPFLAGS+= -DCONADDR=0x50000000UL 131.1Smycroft# CPPFLAGS+= -DCONADDR=0x50004000UL 141.1Smycroft# CPPFLAGS+= -DCONADDR=0x50008000UL 151.1SmycroftCPPFLAGS+= -DIO_INIT_HOOK=smdk2410_io_init -DRAM_INIT_HOOK=smdk2410_ram_init 161.1SmycroftCPPFLAGS+= -DXTAL_CLK=12000000 -DFCLK=180000000 -DSDRAM_SIZE=32*1024*1024 171.3SthorpejCPUFLAGS= -march=armv4 181.1Smycroft 191.1SmycroftLDSCRIPT= ${.CURDIR}/ldscript 201.1Smycroft 211.1SmycroftSRCS+= smdk2410.c sscom.c 221.1SmycroftSRCS+= smdk2410_io_init.c s3c2410_vector.S smdk2410_ram_init.S 231.1Smycroft 241.1Smycroft.include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot" 25