]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/alpha/Makefile.inc
This commit was generated by cvs2svn to compensate for changes in r99158,
[FreeBSD/FreeBSD.git] / sys / boot / alpha / Makefile.inc
1 # $FreeBSD$
2 # Options used when building app-specific libalpha components
3 PRIMARY_LOAD_ADDRESS=   0x20000000      # "Region 1 start"
4 SECONDARY_LOAD_ADDRESS= 0x2000c000      # "Region 1 start" + 48k
5 HEAP_LIMIT=             0x20040000      # "Region 1 start" + 256k
6 DPADD+=                 ${DESTDIR}/${LIBDIR}/libstand.a
7 LIBSTANDDIR=            ${.CURDIR}/../../../../lib/libstand
8 LIBSTAND=               -lstand
9 LIBALPHA=               ${.OBJDIR}/../libalpha/libalpha.a