1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Export cpu_core from opensolaris.ko.

It is referenced by dtrace*.ko.

PR:		191462
Submitted by:	me.freebsd@cgf.cx
MFC after:	1 week
This commit is contained in:
Mark Johnston 2019-04-20 11:34:53 +00:00
parent 369ee0905e
commit 0356220eba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346440

View File

@ -27,6 +27,8 @@ CFLAGS+= -I${SYSDIR}/cddl/compat/opensolaris \
-I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
-I${SYSDIR}
EXPORT_SYMS= cpu_core
IGNORE_PRAGMA= 1
.include <bsd.kmod.mk>