Makefile.inc revision 125563
1# Common defines for all of /sys/boot/pc98/
2#
3# $FreeBSD: head/sys/boot/pc98/Makefile.inc 125563 2004-02-07 12:19:44Z nyan $
4
5BINDIR?=	/boot
6
7LOADER_ADDRESS?=0x100000
8CFLAGS+=	-ffreestanding -mpreferred-stack-boundary=2
9
10# BTX components
11.if exists(${.OBJDIR}/../btx)
12BTXDIR=		${.OBJDIR}/../btx
13.else
14BTXDIR=		${.CURDIR}/../btx
15.endif
16BTXLDR=		${BTXDIR}/btxldr/btxldr
17BTXKERN=	${BTXDIR}/btx/btx
18BTXCRT=		${BTXDIR}/lib/crt0.o
19