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