Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/tls-maxphys]: src/sys/rump/kern/lib/libsys_linux If linux syscall emulat...
details: https://anonhg.NetBSD.org/src/rev/36949a61fe98
branches: tls-maxphys
changeset: 852968:36949a61fe98
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Mar 07 18:53:40 2013 +0000
description:
If linux syscall emulation is linked in to a rump kernel, use it as the
default emulation.
diffstat:
sys/rump/kern/lib/libsys_linux/Makefile | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diffs (23 lines):
diff -r 51ea8b9e2633 -r 36949a61fe98 sys/rump/kern/lib/libsys_linux/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/kern/lib/libsys_linux/Makefile Thu Mar 07 18:53:40 2013 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.2.6.2 2013/03/07 18:53:40 pooka Exp $
+#
+
+.PATH: ${.CURDIR}/../../../../compat/linux/common
+
+LIB= rumpkern_sys_linux
+
+SRCS= linux_blkio.c linux_cdrom.c linux_errno.c linux_fdio.c \
+ linux_file.c linux_hdio.c linux_ioctl.c linux_ipc.c linux_misc.c\
+ linux_mtio.c linux_signal.c linux_signo.c linux_socket.c \
+ linux_sysctl.c linux_termios.c linux_time.c linux_file64.c
+
+SRCS+= rump_linux_sysent.c component.c
+
+# XXX
+CPPFLAGS+= -I${.CURDIR} -I${RUMPTOP}/librump/rumpkern
+
+.include <bsd.lib.mk>
+.include <bsd.klinks.mk>
Home |
Main Index |
Thread Index |
Old Index