Deleted Added
full compact
Makefile.inc (96579) Makefile.inc (125563)
1# Common defines for all of /sys/boot/pc98/
2#
1# Common defines for all of /sys/boot/pc98/
2#
3# $FreeBSD: head/sys/boot/pc98/Makefile.inc 96579 2002-05-14 12:32:59Z nyan $
3# $FreeBSD: head/sys/boot/pc98/Makefile.inc 125563 2004-02-07 12:19:44Z nyan $
4
4
5LOADER_ADDRESS?= 0x100000
6CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2
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