freebsd-dev/sys/boot/alpha/Makefile.inc

10 lines
392 B
PHP
Raw Normal View History

2000-05-01 20:32:07 +00:00
# $FreeBSD$
# Options used when building app-specific libalpha components
PRIMARY_LOAD_ADDRESS= 0x20000000 # "Region 1 start"
SECONDARY_LOAD_ADDRESS= 0x2000c000 # "Region 1 start" + 48k
HEAP_LIMIT= 0x20040000 # "Region 1 start" + 256k
DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a
LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand
LIBSTAND= -lstand
LIBALPHA= ${.OBJDIR}/../libalpha/libalpha.a