mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add CTF conversion to the objects compiled from generated code.
This allows DTrace scripts to access variables like 'ostype'.
This commit is contained in:
parent
85f32b2087
commit
3a877a1d93
1 changed files with 3 additions and 0 deletions
|
|
@ -236,6 +236,9 @@ kernel-reinstall:
|
|||
|
||||
config.o env.o hints.o vers.o vnode_if.o:
|
||||
${NORMAL_C}
|
||||
.if defined(CTFCONVERT)
|
||||
${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
config.ln env.ln hints.ln vers.ln vnode_if.ln:
|
||||
${NORMAL_LINT}
|
||||
|
|
|
|||
Loading…
Reference in a new issue