1 1.4 christos # $NetBSD: Makefile,v 1.4 2005/12/11 12:17:10 christos Exp $ 2 1.1 mycroft 3 1.1 mycroft S= ${.CURDIR}/../../../../.. 4 1.1 mycroft 5 1.1 mycroft PLATFORM= SMDK2410 6 1.1 mycroft RELOC= 0x00000000 7 1.1 mycroft MAXIMAGESIZE= 0 # concatenate 8 1.1 mycroft LOADADDR= 0x30200000 9 1.1 mycroft 10 1.2 bsh CPPFLAGS+= -DCPU_S3C2410 11 1.1 mycroft CPPFLAGS+= -DCONSPEED=115200 12 1.1 mycroft CPPFLAGS+= -DCONADDR=0x50000000UL 13 1.1 mycroft # CPPFLAGS+= -DCONADDR=0x50004000UL 14 1.1 mycroft # CPPFLAGS+= -DCONADDR=0x50008000UL 15 1.1 mycroft CPPFLAGS+= -DIO_INIT_HOOK=smdk2410_io_init -DRAM_INIT_HOOK=smdk2410_ram_init 16 1.1 mycroft CPPFLAGS+= -DXTAL_CLK=12000000 -DFCLK=180000000 -DSDRAM_SIZE=32*1024*1024 17 1.3 thorpej CPUFLAGS= -march=armv4 18 1.1 mycroft 19 1.1 mycroft LDSCRIPT= ${.CURDIR}/ldscript 20 1.1 mycroft 21 1.1 mycroft SRCS+= smdk2410.c sscom.c 22 1.1 mycroft SRCS+= smdk2410_io_init.c s3c2410_vector.S smdk2410_ram_init.S 23 1.1 mycroft 24 1.1 mycroft .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot" 25