NetBSD/distrib/evbarm/gzboot/gzboot_IQ80310_flash_0x0008.../Makefile

25 lines
501 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2002/04/11 23:35:43 thorpej Exp $
NOMAN= # defined
.include <bsd.own.mk>
.include "${_SRC_TOP_}/distrib/Makefile.inc"
.include <bsd.kernobj.mk>
S= ${KERNSRCDIR}
PLATFORM= IQ80310
RELOC= 0x00080000
MAXIMAGESIZE= 1048576 # 1M
LOADADDR= 0xa0200000
CPPFLAGS+= -DCONSPEED=115200
CPPFLAGS+= -DCONADDR=0xfe810000UL
LDSCRIPT= ${S}/arch/evbarm/stand/gzboot/IQ80310_flash_0x80000/ldscript
SRCS+= ns16550.c i80312_mem.c
.include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"