Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / evbarm / stand / gzboot / GEMINI_dram_0x01600000 / Makefile
bloba3bb7611298e3ad67ad643a6b268664939d57be7
1 # $NetBSD: Makefile,v 1.1 2008/10/30 06:23:13 cliff Exp $
3 S= ${.CURDIR}/../../../../..
5 PLATFORM= GEMINI
6 RELOC= 0x01600000
7 MAXIMAGESIZE= 0 # concatenate
8 LOADADDR= 0x00200000
10 CPPFLAGS+= -DCONSPEED=19200
11 CPPFLAGS+= -DCONADDR=0x42000000UL
12 CPPFLAGS+= -DNS16550_AX4
13 CPPFLAGS+= -DNS16550_FREQ=48000000
15 LDSCRIPT= ${.CURDIR}/ldscript
17 # SRCS+= gemini.c ns16550.c gemini_mem.c
18 SRCS+= gemini.c nullcom.c gemini_mem.c
20 .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"