summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/Makefile.inc
blob: 0c17dd0beb75945646ea28f77caeee2942e832f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Common defines for all of /sys/boot/pc98/
#
# $FreeBSD$

BINDIR?=	/boot

LOADER_ADDRESS?=0x100000
CFLAGS+=	-ffreestanding -mpreferred-stack-boundary=2
LDFLAGS+=	-nostdlib

# BTX components
.if exists(${.OBJDIR}/../btx)
BTXDIR=		${.OBJDIR}/../btx
.else
BTXDIR=		${.CURDIR}/../btx
.endif
BTXLDR=		${BTXDIR}/btxldr/btxldr
BTXKERN=	${BTXDIR}/btx/btx
BTXCRT=		${BTXDIR}/lib/crt0.o
OpenPOWER on IntegriCloud