Add linux_blkio.c
This commit is contained in:
parent
d772be168f
commit
8c4bd70cda
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.linux,v 1.12 2000/12/10 14:05:54 fvdl Exp $
|
||||
# $NetBSD: files.linux,v 1.13 2001/01/10 02:29:29 fvdl Exp $
|
||||
#
|
||||
# Config file description for machine-independent Linux compat code.
|
||||
# Included by ports that need it.
|
||||
|
@ -6,6 +6,7 @@
|
|||
# ports should define any machine-specific files they need in their
|
||||
# own file lists.
|
||||
|
||||
file compat/linux/common/linux_blkio.c compat_linux
|
||||
file compat/linux/common/linux_cdrom.c compat_linux
|
||||
file compat/linux/common/linux_errno.c compat_linux
|
||||
file compat/linux/common/linux_exec.c compat_linux
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 2000/12/14 18:40:14 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2001/01/10 02:29:42 fvdl Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
|
@ -27,7 +27,7 @@ SRCS+= linux_cdrom.c linux_errno.c linux_exec.c linux_file.c \
|
|||
linux_sched.c linux_sigaction.c linux_sigarray.c linux_signal.c \
|
||||
linux_socket.c linux_termios.c linux_uselib.c
|
||||
SRCS+= linux_machdep.c linux_syscalls.c linux_sysent.c
|
||||
SRCS+= linux_fdio.c linux_hdio.c
|
||||
SRCS+= linux_fdio.c linux_hdio.c linux_blkio.c
|
||||
|
||||
# emul_find() and friends - symbols are redefined to linux_FOO()
|
||||
.PATH: $S/compat/common
|
||||
|
|
Loading…
Reference in New Issue