2fc3f8fb29
a physical 64k boundary. Allocate a bounce buffer for such a transaction.
16 lines
367 B
Makefile
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>
|