summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha/Makefile.inc
blob: 163d7b7f05d6d174674e3e47ed727cd0a741a2c8 (plain)
1
2
3
4
5
6
7
8
9
# $FreeBSD$
# Options used when building app-specific libalpha components
PRIMARY_LOAD_ADDRESS=	0x20000000	# "Region 1 start"
SECONDARY_LOAD_ADDRESS=	0x2000a000	# "Region 1 start" + 40k
HEAP_LIMIT=		0x20040000	# "Region 1 start" + 256k
DPADD+=			${DESTDIR}/${LIBDIR}/libstand.a
LIBSTANDDIR=		${.CURDIR}/../../../../lib/libstand
LIBSTAND=		-lstand
LIBALPHA=		${.OBJDIR}/../libalpha/libalpha.a
OpenPOWER on IntegriCloud