diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-12-08 17:20:14 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-12-08 17:20:14 +0000 |
| commit | fbf05d2147b1add8b760be166c4b1fd4499ebce8 (patch) | |
| tree | 1b1fb8985a9855f247ddf95cb1557562ddf71b0a /sys/modules/linux_common | |
| parent | acd02443a952b1f5412d35d03f081ad48bae34d7 (diff) | |
Diffstat (limited to 'sys/modules/linux_common')
| -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 f9f4c791e9d1..291fc6d25f8c 100644 --- a/sys/modules/linux_common/Makefile +++ b/sys/modules/linux_common/Makefile @@ -5,7 +5,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_dummy.c linux_errno.c linux_netlink.c linux_if.c \ linux.c device_if.h vnode_if.h bus_if.h opt_inet6.h opt_inet.h .if ${MACHINE_CPUARCH} == "amd64" @@ -15,7 +15,6 @@ SRCS+= linux_x86.c linux_vdso_selector_x86.c EXPORT_SYMS= EXPORT_SYMS+= linux_get_osname EXPORT_SYMS+= linux_get_osrelease -EXPORT_SYMS+= linux_use_real_ifname .if !defined(KERNBUILDDIR) .warning Building Linuxulator outside of a kernel does not make sense |
