Home | History | Annotate | Line # | Download | only in GEMINI_dram_0x01600000
Makefile revision 1.2.4.2
      1 #	$NetBSD: Makefile,v 1.2.4.2 2009/01/17 13:27:59 mjf Exp $
      2 
      3 S=	${.CURDIR}/../../../../..
      4 
      5 PLATFORM= GEMINI
      6 RELOC= 0x01600000
      7 MAXIMAGESIZE= 0		# concatenate
      8 LOADADDR= 0x00200000
      9 
     10 CPPFLAGS+= -DCONSPEED=19200
     11 CPPFLAGS+= -DCONADDR=0x42000000UL
     12 CPPFLAGS+= -DNS16550_AX4
     13 CPPFLAGS+= -DNS16550_FREQ=48000000
     14 
     15 LDSCRIPT= ${.CURDIR}/ldscript
     16 
     17 # SRCS+=	gemini.c ns16550.c gemini_mem.c
     18 SRCS+=	gemini.c nullcom.c gemini_mem.c
     19 
     20 .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
     21