Home | History | Annotate | Line # | Download | only in IQ80321_flash_0xf0080000
Makefile revision 1.2.6.2
      1 #	$NetBSD: Makefile,v 1.2.6.2 2002/06/23 17:35:46 jdolecek Exp $
      2 
      3 S=	${.CURDIR}/../../../../..
      4 
      5 PLATFORM= IQ80321
      6 RELOC= 0xf0080000
      7 MAXIMAGESIZE= 2097152	# 2M
      8 LOADADDR= 0xa0200000
      9 
     10 CPPFLAGS+= -DCONSPEED=115200
     11 CPPFLAGS+= -DCONADDR=0xfe800000UL
     12 
     13 LDSCRIPT= ${.CURDIR}/ldscript
     14 
     15 SRCS+=	iq80321.c ns16550.c i80321_mem.c
     16 
     17 .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
     18