summaryrefslogtreecommitdiff
path: root/sys/modules/compat_linux32
diff options
context:
space:
mode:
authormlelstv <mlelstv@NetBSD.org>2018-11-26 15:02:11 +0000
committermlelstv <mlelstv@NetBSD.org>2018-11-26 15:02:11 +0000
commit4b963fcfefbffe7862ee987898cbd408d7a068a9 (patch)
treef200853c73e7fd392380023cc7d69acfac150d37 /sys/modules/compat_linux32
parentffa470b861a9445086882af4140e41407b5ab7d9 (diff)
One more - we also need the libnv for compat_linux32 module
Diffstat (limited to 'sys/modules/compat_linux32')
-rw-r--r--sys/modules/compat_linux32/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/compat_linux32/Makefile b/sys/modules/compat_linux32/Makefile
index 746f848692f..517b37ce1c0 100644
--- a/sys/modules/compat_linux32/Makefile
+++ b/sys/modules/compat_linux32/Makefile
@@ -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 @@ KMOD= compat_linux32
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