diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2016-07-10 08:22:04 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2016-07-10 08:22:04 +0000 |
| commit | 97d06da6923d91fea748c5e153bb1abbd220cefa (patch) | |
| tree | 926712dd0d94c863275c084e5263c06baa020c36 /sys/modules/linux_common/Makefile | |
| parent | ab231b83ea0cb89660a2f7f41def1555eb89d616 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux_common/Makefile')
| -rw-r--r-- | sys/modules/linux_common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux_common/Makefile b/sys/modules/linux_common/Makefile index 91449f774ef51..2301796230b09 100644 --- a/sys/modules/linux_common/Makefile +++ b/sys/modules/linux_common/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../compat/linux KMOD= linux_common -SRCS= linux_common.c linux_mib.c linux_util.c linux_emul.c \ +SRCS= linux_common.c linux_mib.c linux_mmap.c linux_util.c linux_emul.c \ linux.c opt_compat.h device_if.h vnode_if.h bus_if.h EXPORT_SYMS= |
