]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r329373: Correct module symbol export handling
authoremaste <emaste@FreeBSD.org>
Fri, 30 Mar 2018 01:19:53 +0000 (01:19 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 30 Mar 2018 01:19:53 +0000 (01:19 +0000)
commit530e90d97e1492c261db95f85a72e9d93f70a5bb
tree3b9797860b51291ece63b48130f748d960e385ce
parentfd638422ccfbbe7a11e751ed5a7a237f2dc8d004
MFC r329373: Correct module symbol export handling

EXPORT_SYMS can be set to YES, NO, a list of symbols to export from a
module, or to a filename containing such a list.  For the case that it
is set to a symbol list, replace spaces in the list with newlines, so
the created file is in the format expected by kmod_syms.awk.

Sponsored by: Turing Robotic Industries Inc.
sys/conf/kmod.mk