diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2021-11-07 08:42:24 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2021-11-18 13:56:23 +0000 |
| commit | 5bb3134a8c21cb87b30e135ef168483f0333dabb (patch) | |
| tree | 4bca01e8d0577900c6c2a47583582f76f20794a0 /sys/modules/linux_common | |
| parent | 3850d1837bf715527f8b7d9bf4caae5e728626da (diff) | |
Diffstat (limited to 'sys/modules/linux_common')
| -rw-r--r-- | sys/modules/linux_common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/linux_common/Makefile b/sys/modules/linux_common/Makefile index c7d139e2fb9a..9197ba9454bc 100644 --- a/sys/modules/linux_common/Makefile +++ b/sys/modules/linux_common/Makefile @@ -9,8 +9,6 @@ SRCS= linux_common.c linux_mib.c linux_mmap.c linux_util.c linux_emul.c \ EXPORT_SYMS= EXPORT_SYMS+= linux_emul_path -EXPORT_SYMS+= linux_ioctl_register_handler -EXPORT_SYMS+= linux_ioctl_unregister_handler EXPORT_SYMS+= linux_get_osname EXPORT_SYMS+= linux_get_osrelease @@ -18,4 +16,6 @@ EXPORT_SYMS+= linux_get_osrelease .warning Building Linuxulator outside of a kernel does not make sense .endif +EXPORT_SYMS= YES + .include <bsd.kmod.mk> |
