]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/pc98/Makefile.inc
This commit was generated by cvs2svn to compensate for changes in r170263,
[FreeBSD/FreeBSD.git] / sys / boot / pc98 / Makefile.inc
1 # Common defines for all of /sys/boot/pc98/
2 #
3 # $FreeBSD$
4
5 BINDIR?=        /boot
6
7 LOADER_ADDRESS?=0x100000
8 CFLAGS+=        -ffreestanding -mpreferred-stack-boundary=2 \
9                 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3
10 LDFLAGS+=       -nostdlib
11
12 # BTX components
13 .if exists(${.OBJDIR}/../btx)
14 BTXDIR=         ${.OBJDIR}/../btx
15 .else
16 BTXDIR=         ${.CURDIR}/../btx
17 .endif
18 BTXLDR=         ${BTXDIR}/btxldr/btxldr
19 BTXKERN=        ${BTXDIR}/btx/btx
20 BTXCRT=         ${BTXDIR}/lib/crt0.o