Home | History | Annotate | Line # | Download | only in GEMINI_dram_0x01600000
      1 #	$NetBSD: Makefile,v 1.4 2012/12/12 15:08:44 matt 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 CPUFLAGS= -march=armv4
     16 
     17 LDSCRIPT= ${.CURDIR}/ldscript
     18 
     19 # SRCS+=	gemini.c ns16550.c gemini_mem.c
     20 SRCS+=	gemini.c nullcom.c gemini_mem.c
     21 
     22 .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
     23