aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/if_gif/Makefile
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-11-07 08:42:24 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-11-18 13:56:23 +0000
commit5bb3134a8c21cb87b30e135ef168483f0333dabb (patch)
tree4bca01e8d0577900c6c2a47583582f76f20794a0 /sys/modules/if_gif/Makefile
parent3850d1837bf715527f8b7d9bf4caae5e728626da (diff)
downloadsrc-5bb3134a8c21cb87b30e135ef168483f0333dabb.tar.gz
src-5bb3134a8c21cb87b30e135ef168483f0333dabb.zip
Fix some modules to export more used symbols
and remove non-present symbols that are now reported by kmod_syms.awk. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32878
Diffstat (limited to 'sys/modules/if_gif/Makefile')
-rw-r--r--sys/modules/if_gif/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/if_gif/Makefile b/sys/modules/if_gif/Makefile
index 5799a350c8ae..639aed0d94a5 100644
--- a/sys/modules/if_gif/Makefile
+++ b/sys/modules/if_gif/Makefile
@@ -10,4 +10,6 @@ SRCS= if_gif.c opt_inet.h opt_inet6.h
SRCS.INET=in_gif.c
SRCS.INET6=in6_gif.c
+EXPORT_SYMS= YES
+
.include <bsd.kmod.mk>