Date: Sat, 27 Apr 2019 05:35:52 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r346786 - stable/11/sys/modules/opensolaris Message-ID: <201904270535.x3R5Zqvc005468@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: markj Date: Sat Apr 27 05:35:51 2019 New Revision: 346786 URL: https://svnweb.freebsd.org/changeset/base/346786 Log: MFC r346440: Export cpu_core from opensolaris.ko. PR: 191462 Modified: stable/11/sys/modules/opensolaris/Makefile Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/modules/opensolaris/Makefile ============================================================================== --- stable/11/sys/modules/opensolaris/Makefile Sat Apr 27 05:35:20 2019 (r346785) +++ stable/11/sys/modules/opensolaris/Makefile Sat Apr 27 05:35:51 2019 (r346786) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904270535.x3R5Zqvc005468>