Export symbols from opensolaris.ko and dtrace.ko
Both modules provide many symbols used by various DTrace provider modules, so just export everything. MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
8406182dbe
commit
8a693ccf86
@ -49,9 +49,7 @@ CFLAGS+= -I${SYSDIR}/cddl/compat/opensolaris \
|
||||
-I${SYSDIR}/cddl/contrib/opensolaris/common/util \
|
||||
-I${SYSDIR} -DDIS_MEM
|
||||
|
||||
EXPORT_SYMS= dtrace_register \
|
||||
dtrace_unregister \
|
||||
dtrace_probe_lookup
|
||||
EXPORT_SYMS= YES
|
||||
|
||||
dtrace_asm.o: assym.inc
|
||||
|
||||
|
@ -27,7 +27,7 @@ SRCS+= opensolaris_atomic.c
|
||||
|
||||
CFLAGS+= ${OPENZFS_CFLAGS}
|
||||
|
||||
EXPORT_SYMS= cpu_core
|
||||
EXPORT_SYMS= YES
|
||||
|
||||
IGNORE_PRAGMA= 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user