diff options
| author | mlelstv <mlelstv@NetBSD.org> | 2018-11-26 15:02:11 +0000 |
|---|---|---|
| committer | mlelstv <mlelstv@NetBSD.org> | 2018-11-26 15:02:11 +0000 |
| commit | 4b963fcfefbffe7862ee987898cbd408d7a068a9 (patch) | |
| tree | f200853c73e7fd392380023cc7d69acfac150d37 /sys/modules/compat_linux32 | |
| parent | ffa470b861a9445086882af4140e41407b5ab7d9 (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/Makefile | 3 |
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 |
