Searched hist:b8283138cd6ea2802bb8dbaef1ad08310171bde6 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/conf/ |
H A D | kmod.mk | diff b8283138cd6ea2802bb8dbaef1ad08310171bde6 Fri Feb 16 16:38:02 CET 2018 Ed Maste <emaste@FreeBSD.org> 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.
Reviewed by: imp, jhb MFC after: 1 month Sponsored by: Turing Robotic Industries Inc. Differential Revision: https://reviews.freebsd.org/D14284
|