diff options
| author | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2022-08-26 14:34:15 +0000 |
|---|---|---|
| committer | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2022-10-01 14:16:45 +0000 |
| commit | 7c40e2d5f68516dd402073b28095ea5516fe3114 (patch) | |
| tree | 14cfd9d7b2cd5443a13711b91b69fce34c45da14 /sys/modules/linux_common | |
| parent | 7e5bf68495cc0a8c9793a338a8a02009a7f6dbb6 (diff) | |
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 0c4983ef98ca..6e67e7ab2578 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_dummy.c linux_errno.c \ + linux_dummy.c linux_errno.c linux_netlink.c \ linux.c device_if.h vnode_if.h bus_if.h opt_inet6.h .if ${MACHINE_CPUARCH} == "amd64" |
