diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2020-11-05 19:30:31 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2020-11-05 19:30:31 +0000 |
| commit | e9b13c6612fea4e74f0c9c543e21d29d91a24dff (patch) | |
| tree | bba0370b60c3f26bf030fc59733e9401f032f350 /sys/modules/linux_common | |
| parent | 6998d5b1c86c56aeb5fa218db63c17b1732ec845 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux_common')
| -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 70f22ef10bae..c7d139e2fb9a 100644 --- a/sys/modules/linux_common/Makefile +++ b/sys/modules/linux_common/Makefile @@ -4,7 +4,7 @@ KMOD= linux_common SRCS= linux_common.c linux_mib.c linux_mmap.c linux_util.c linux_emul.c \ - linux_errno.c \ + linux_dummy.c linux_errno.c \ linux.c device_if.h vnode_if.h bus_if.h opt_inet6.h EXPORT_SYMS= |
