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