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