Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/compat_linux32 One more - we also need the libnv...
details: https://anonhg.NetBSD.org/src/rev/b2116eecf0d3
branches: trunk
changeset: 994888:b2116eecf0d3
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Mon Nov 26 15:02:11 2018 +0000
description:
One more - we also need the libnv for compat_linux32 module
diffstat:
sys/modules/compat_linux32/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f8dc10343338 -r b2116eecf0d3 sys/modules/compat_linux32/Makefile
--- a/sys/modules/compat_linux32/Makefile Mon Nov 26 13:47:39 2018 +0000
+++ b/sys/modules/compat_linux32/Makefile Mon Nov 26 15:02:11 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/08/02 17:22:51 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2018/11/26 15:02:11 mlelstv Exp $
.include "../Makefile.inc"
.include "../Makefile.assym"
@@ -7,6 +7,7 @@
CPPFLAGS+= -DSYSVSHM -DSYSVSEM -DSYSVMSG -DCOMPAT_LINUX
CPPFLAGS+= -DCOMPAT_LINUX32 -DCOMPAT_NETBSD32
+CPPFLAGS+= -I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
.PATH: ${S}/compat/linux32/common
SRCS+= linux32_dirent.c linux32_exec.c linux32_exec_elf32.c linux32_fcntl.c
Home |
Main Index |
Thread Index |
Old Index