freebsd-dev/sys/boot/i386/libi386/Makefile
Mike Smith 2fc3f8fb29 The BIOS can't perform a floppy operation where the destination crosses
a physical 64k boundary.  Allocate a bounce buffer for such a transaction.
1998-09-26 01:30:20 +00:00

16 lines
367 B
Makefile

# $Id: Makefile,v 1.4 1998/09/18 02:02:33 msmith Exp $
#
LIB= i386
NOPIC=
NOPROFILE=
SRCS= aout_freebsd.c biosdisk.c biosmem.c bootinfo.c comconsole.c \
devicename.c gatea20.c i386_copy.c i386_module.c time.c vidconsole.c
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib
# Make the disk code more talkative
#CFLAGS+= -DDISK_DEBUG
.include <bsd.lib.mk>