NetBSD/distrib/evbarm/gzboot/gzboot_IQ80321_flash_0xf008.../Makefile

25 lines
504 B
Makefile

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