diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2023-10-12 19:55:57 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2023-10-16 07:42:33 +0000 |
| commit | ff15498894e2546fcce7ffc24967e714de3805ed (patch) | |
| tree | 584d973b5c43688b59c72d24a82176fa5d4e31e4 /sys/modules/linux_common/Makefile | |
| parent | 23a55498a8184add2396479a09c7ba0921d057a4 (diff) | |
Diffstat (limited to 'sys/modules/linux_common/Makefile')
| -rw-r--r-- | sys/modules/linux_common/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/linux_common/Makefile b/sys/modules/linux_common/Makefile index 07df4555d1ee..374bc32215a2 100644 --- a/sys/modules/linux_common/Makefile +++ b/sys/modules/linux_common/Makefile @@ -7,8 +7,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_netlink.c \ - linux.c device_if.h vnode_if.h bus_if.h opt_inet6.h opt_inet.h \ - opt_netlink.h + linux.c device_if.h vnode_if.h bus_if.h opt_inet6.h opt_inet.h .if ${MACHINE_CPUARCH} == "amd64" SRCS+= linux_x86.c linux_vdso_selector_x86.c |
